Html Css Color HEX #EDEC28 Golden Fizz

📋 copy color: '#EDEC28'

red 237 ◦ green 236 ◦ blue 40

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

Shades of Golden Fizz #EDEC28

Tints of Golden Fizz #EDEC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.8%

R = 46.2%
G = 46%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDEC28 (or 0xEDEC28) is known color: Golden Fizz. HEX triplet: ED, EC and 28. RGB value is (237,236,40). Sum of RGB (Red+Green+Blue) = 237+236+40=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC28 is #1213D7. Grayscale: #D6D6D6. Windows color (decimal): -1184728 or 2682093. OLE color: 2682093.

HSL color Cylindrical-coordinate representation of color #EDEC28: hue angle of 59.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDEC28 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 40 -
CMYK 0 0.00 0.83 0.07
HSL 59.7º 0.85% 0.54% -
HSV(B) 59.7º 0.83% 0.93% -
XYZ 65.3 78.15 13.65 -
YUV 213.96 29.83 144.44 -
System Red Green Blue C M Y K H S L
Decimal 237 236 40 0 0.00 0.83 0.07 59.7 0.85 0.54
Hex ED EC 28 0 0 53 7 3C 55 36
Octal 355 354 50 0 0 123 7 74 125 66
Binary 11101101 11101100 101000 0 0 1010011 111 111100 1010101 110110

Color Harmonies of #EDEC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC28

Black with #EDEC28

Text Example


Text Example

White with #EDEC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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