Html Css Color HEX #ECEC2C Golden Fizz

📋 copy color: '#ECEC2C'

red 236 ◦ green 236 ◦ blue 44

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

Shades of Golden Fizz #ECEC2C

Tints of Golden Fizz #ECEC2C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.74%

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

R = 45.74%
G = 45.74%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECEC2C (or 0xECEC2C) is known color: Golden Fizz. HEX triplet: EC, EC and 2C. RGB value is (236,236,44). Sum of RGB (Red+Green+Blue) = 236+236+44=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC2C is #1313D3. Grayscale: #D6D6D6. Windows color (decimal): -1250260 or 2944236. OLE color: 2944236.

HSL color Cylindrical-coordinate representation of color #ECEC2C: hue angle of 60º 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 #ECEC2C is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 44 -
CMYK 0 0 0.81 0.07
HSL 60º 0.83% 0.55% -
HSV(B) 60º 0.81% 0.93% -
XYZ 65.04 78.01 14.01 -
YUV 214.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 236 236 44 0 0 0.81 0.07 60 0.83 0.55
Hex EC EC 2C 0 0 51 7 3C 53 37
Octal 354 354 54 0 0 121 7 74 123 67
Binary 11101100 11101100 101100 0 0 1010001 111 111100 1010011 110111

Color Harmonies of #ECEC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC2C

Black with #ECEC2C

Text Example


Text Example

White with #ECEC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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