Html Css Color HEX #ECEA20 Golden Fizz

📋 copy color: '#ECEA20'

red 236 ◦ green 234 ◦ blue 32

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

Shades of Golden Fizz #ECEA20

Tints of Golden Fizz #ECEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

 BLUE value IS 32 (12.89% from 255) = 6.37%

R = 47.01%
G = 46.61%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECEA20 (or 0xECEA20) is known color: Golden Fizz. HEX triplet: EC, EA and 20. RGB value is (236,234,32). Sum of RGB (Red+Green+Blue) = 236+234+32=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA20 is #1315DF. Grayscale: #D4D4D4. Windows color (decimal): -1250784 or 2157292. OLE color: 2157292.

HSL color Cylindrical-coordinate representation of color #ECEA20: hue angle of 59.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECEA20 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 32 -
CMYK 0 0.01 0.86 0.07
HSL 59.41º 0.84% 0.53% -
HSV(B) 59.41º 0.86% 0.93% -
XYZ 64.28 76.78 12.8 -
YUV 211.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 236 234 32 0 0.01 0.86 0.07 59.41 0.84 0.53
Hex EC EA 20 0 1 56 7 3B 54 35
Octal 354 352 40 0 1 126 7 73 124 65
Binary 11101100 11101010 100000 0 1 1010110 111 111011 1010100 110101

Color Harmonies of #ECEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA20

Black with #ECEA20

Text Example


Text Example

White with #ECEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA20; }

 p { color: rgb(236,234,32); }

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

background-color css

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

 a { background-color: rgb(236,234,32); }

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

border-color css

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

 span { border-color: rgb(236,234,32); }

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