Html Css Color HEX #ECE820 Golden Fizz

📋 copy color: '#ECE820'

red 236 ◦ green 232 ◦ blue 32

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

Shades of Golden Fizz #ECE820

Tints of Golden Fizz #ECE820

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.4%

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

R = 47.2%
G = 46.4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECE820 (or 0xECE820) is known color: Golden Fizz. HEX triplet: EC, E8 and 20. RGB value is (236,232,32). Sum of RGB (Red+Green+Blue) = 236+232+32=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE820 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE820 is #1317DF. Grayscale: #D3D3D3. Windows color (decimal): -1251296 or 2156780. OLE color: 2156780.

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

Color convert

RGB 236 232 32 -
CMYK 0 0.02 0.86 0.07
HSL 58.82º 0.84% 0.53% -
HSV(B) 58.82º 0.86% 0.93% -
XYZ 63.71 75.65 12.61 -
YUV 210.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 236 232 32 0 0.02 0.86 0.07 58.82 0.84 0.53
Hex EC E8 20 0 2 56 7 3B 54 35
Octal 354 350 40 0 2 126 7 73 124 65
Binary 11101100 11101000 100000 0 10 1010110 111 111011 1010100 110101

Color Harmonies of #ECE820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE820

Black with #ECE820

Text Example


Text Example

White with #ECE820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE820; }

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

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

background-color css

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

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

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

border-color css

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

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

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