Html Css Color HEX #EDEC20 Golden Fizz

📋 copy color: '#EDEC20'

red 237 ◦ green 236 ◦ blue 32

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

Shades of Golden Fizz #EDEC20

Tints of Golden Fizz #EDEC20

RGB

 RED value IS 237 (92.97% from 255) = 46.93%

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

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

R = 46.93%
G = 46.73%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDEC20 (or 0xEDEC20) is known color: Golden Fizz. HEX triplet: ED, EC and 20. RGB value is (237,236,32). Sum of RGB (Red+Green+Blue) = 237+236+32=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC20 is #1213DF. Grayscale: #D5D5D5. Windows color (decimal): -1184736 or 2157805. OLE color: 2157805.

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

Color convert

RGB 237 236 32 -
CMYK 0 0.00 0.86 0.07
HSL 59.71º 0.85% 0.53% -
HSV(B) 59.71º 0.86% 0.93% -
XYZ 65.18 78.1 13.01 -
YUV 213.04 25.83 145.09 -
System Red Green Blue C M Y K H S L
Decimal 237 236 32 0 0.00 0.86 0.07 59.71 0.85 0.53
Hex ED EC 20 0 0 56 7 3C 55 35
Octal 355 354 40 0 0 126 7 74 125 65
Binary 11101101 11101100 100000 0 0 1010110 111 111100 1010101 110101

Color Harmonies of #EDEC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC20

Black with #EDEC20

Text Example


Text Example

White with #EDEC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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