Html Css Color HEX #ECEA2C Golden Fizz

📋 copy color: '#ECEA2C'

red 236 ◦ green 234 ◦ blue 44

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

Shades of Golden Fizz #ECEA2C

Tints of Golden Fizz #ECEA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.56%

R = 45.91%
G = 45.53%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECEA2C (or 0xECEA2C) is known color: Golden Fizz. HEX triplet: EC, EA and 2C. RGB value is (236,234,44). Sum of RGB (Red+Green+Blue) = 236+234+44=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 44 (17.58% from 255 or 8.56% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA2C is #1315D3. Grayscale: #D5D5D5. Windows color (decimal): -1250772 or 2943724. OLE color: 2943724.

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

Color convert

RGB 236 234 44 -
CMYK 0 0.01 0.81 0.07
HSL 59.38º 0.83% 0.55% -
HSV(B) 59.38º 0.81% 0.93% -
XYZ 64.47 76.86 13.82 -
YUV 212.94 32.66 144.45 -
System Red Green Blue C M Y K H S L
Decimal 236 234 44 0 0.01 0.81 0.07 59.38 0.83 0.55
Hex EC EA 2C 0 1 51 7 3B 53 37
Octal 354 352 54 0 1 121 7 73 123 67
Binary 11101100 11101010 101100 0 1 1010001 111 111011 1010011 110111

Color Harmonies of #ECEA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA2C

Black with #ECEA2C

Text Example


Text Example

White with #ECEA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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