Html Css Color HEX #ECDA35 Golden Fizz

📋 copy color: '#ECDA35'

red 236 ◦ green 218 ◦ blue 53

#ECDA35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #ECDA35

Tints of Golden Fizz #ECDA35

RGB

 RED value IS 236 (92.58% from 255) = 46.55%

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 53 (21.09% from 255) = 10.45%

R = 46.55%
G = 43%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECDA35 (or 0xECDA35) is known color: Golden Fizz. HEX triplet: EC, DA and 35. RGB value is (236,218,53). Sum of RGB (Red+Green+Blue) = 236+218+53=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA35 is #1325CA. Grayscale: #CDCDCD. Windows color (decimal): -1254859 or 3529452. OLE color: 3529452.

HSL color Cylindrical-coordinate representation of color #ECDA35: hue angle of 54.1º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECDA35 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 53 -
CMYK 0 0.08 0.78 0.07
HSL 54.1º 0.83% 0.57% -
HSV(B) 54.1º 0.78% 0.93% -
XYZ 60.31 68.23 13.36 -
YUV 204.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 236 218 53 0 0.08 0.78 0.07 54.1 0.83 0.57
Hex EC DA 35 0 8 4E 7 36 53 39
Octal 354 332 65 0 10 116 7 66 123 71
Binary 11101100 11011010 110101 0 1000 1001110 111 110110 1010011 111001

Color Harmonies of #ECDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA35

Black with #ECDA35

Text Example


Text Example

White with #ECDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA35; }

 p { color: rgb(236,218,53); }

 H1.HeaderClassName
 {
   color: #ECDA35;
 }
 .AnyTagClassName
 {
   color: #ECDA35;
 }
</style>

background-color css

<style>
 a { background-color: #ECDA35; }

 a { background-color: rgb(236,218,53); }

 div.DivClassName
 {
   background-color: #ECDA35;
 }
 .BgClassName
 {
   background-color: #ECDA35;
 }
</style>

border-color css

<style>
 span { border-color: #ECDA35; }

 span { border-color: rgb(236,218,53); }

 td.TdClassName
 {
   border-color: #ECDA35;
 }
 .TagClassName
 {
   border-color: #ECDA35;
 }
</style>