Html Css Color HEX #ECDE20 Golden Fizz

📋 copy color: '#ECDE20'

red 236 ◦ green 222 ◦ blue 32

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

Shades of Golden Fizz #ECDE20

Tints of Golden Fizz #ECDE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

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

R = 48.16%
G = 45.31%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECDE20 (or 0xECDE20) is known color: Golden Fizz. HEX triplet: EC, DE and 20. RGB value is (236,222,32). Sum of RGB (Red+Green+Blue) = 236+222+32=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE20 is #1321DF. Grayscale: #CDCDCD. Windows color (decimal): -1253856 or 2154220. OLE color: 2154220.

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

Color convert

RGB 236 222 32 -
CMYK 0 0.06 0.86 0.07
HSL 55.88º 0.84% 0.53% -
HSV(B) 55.88º 0.86% 0.93% -
XYZ 60.97 70.18 11.7 -
YUV 204.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 236 222 32 0 0.06 0.86 0.07 55.88 0.84 0.53
Hex EC DE 20 0 6 56 7 38 54 35
Octal 354 336 40 0 6 126 7 70 124 65
Binary 11101100 11011110 100000 0 110 1010110 111 111000 1010100 110101

Color Harmonies of #ECDE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE20

Black with #ECDE20

Text Example


Text Example

White with #ECDE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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