Html Css Color HEX #ECE420 Golden Fizz

📋 copy color: '#ECE420'

red 236 ◦ green 228 ◦ blue 32

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

Shades of Golden Fizz #ECE420

Tints of Golden Fizz #ECE420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.97%

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

R = 47.58%
G = 45.97%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECE420 (or 0xECE420) is known color: Golden Fizz. HEX triplet: EC, E4 and 20. RGB value is (236,228,32). Sum of RGB (Red+Green+Blue) = 236+228+32=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE420 is #131BDF. Grayscale: #D0D0D0. Windows color (decimal): -1252320 or 2155756. OLE color: 2155756.

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

Color convert

RGB 236 228 32 -
CMYK 0 0.03 0.86 0.07
HSL 57.65º 0.84% 0.53% -
HSV(B) 57.65º 0.86% 0.93% -
XYZ 62.6 73.42 12.24 -
YUV 208.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 236 228 32 0 0.03 0.86 0.07 57.65 0.84 0.53
Hex EC E4 20 0 3 56 7 3A 54 35
Octal 354 344 40 0 3 126 7 72 124 65
Binary 11101100 11100100 100000 0 11 1010110 111 111010 1010100 110101

Color Harmonies of #ECE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE420

Black with #ECE420

Text Example


Text Example

White with #ECE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE420; }

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

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

background-color css

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

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

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

border-color css

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

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

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