Html Css Color HEX #ECEA31 Golden Fizz

📋 copy color: '#ECEA31'

red 236 ◦ green 234 ◦ blue 49

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

Shades of Golden Fizz #ECEA31

Tints of Golden Fizz #ECEA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.44%

R = 45.47%
G = 45.09%
B = 9.44%

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

#ECEA31 (or 0xECEA31) is known color: Golden Fizz. HEX triplet: EC, EA and 31. RGB value is (236,234,49). Sum of RGB (Red+Green+Blue) = 236+234+49=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA31 is #1315CE. Grayscale: #D6D6D6. Windows color (decimal): -1250767 or 3271404. OLE color: 3271404.

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

Color convert

RGB 236 234 49 -
CMYK 0 0.01 0.79 0.07
HSL 59.36º 0.83% 0.56% -
HSV(B) 59.36º 0.79% 0.93% -
XYZ 64.57 76.9 14.35 -
YUV 213.51 35.16 144.04 -
System Red Green Blue C M Y K H S L
Decimal 236 234 49 0 0.01 0.79 0.07 59.36 0.83 0.56
Hex EC EA 31 0 1 4F 7 3B 53 38
Octal 354 352 61 0 1 117 7 73 123 70
Binary 11101100 11101010 110001 0 1 1001111 111 111011 1010011 111000

Color Harmonies of #ECEA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA31

Black with #ECEA31

Text Example


Text Example

White with #ECEA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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