Html Css Color HEX #ECEA32 Golden Fizz

📋 copy color: '#ECEA32'

red 236 ◦ green 234 ◦ blue 50

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

Shades of Golden Fizz #ECEA32

Tints of Golden Fizz #ECEA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.62%

R = 45.38%
G = 45%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECEA32 (or 0xECEA32) is known color: Golden Fizz. HEX triplet: EC, EA and 32. RGB value is (236,234,50). Sum of RGB (Red+Green+Blue) = 236+234+50=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA32 is #1315CD. Grayscale: #D6D6D6. Windows color (decimal): -1250766 or 3336940. OLE color: 3336940.

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

Color convert

RGB 236 234 50 -
CMYK 0 0.01 0.79 0.07
HSL 59.35º 0.83% 0.56% -
HSV(B) 59.35º 0.79% 0.93% -
XYZ 64.59 76.91 14.46 -
YUV 213.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 236 234 50 0 0.01 0.79 0.07 59.35 0.83 0.56
Hex EC EA 32 0 1 4F 7 3B 53 38
Octal 354 352 62 0 1 117 7 73 123 70
Binary 11101100 11101010 110010 0 1 1001111 111 111011 1010011 111000

Color Harmonies of #ECEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA32

Black with #ECEA32

Text Example


Text Example

White with #ECEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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