Html Css Color HEX #EDED28 Golden Fizz

📋 copy color: '#EDED28'

red 237 ◦ green 237 ◦ blue 40

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

Shades of Golden Fizz #EDED28

Tints of Golden Fizz #EDED28

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

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

R = 46.11%
G = 46.11%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDED28 (or 0xEDED28) is known color: Golden Fizz. HEX triplet: ED, ED and 28. RGB value is (237,237,40). Sum of RGB (Red+Green+Blue) = 237+237+40=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED28 is #1212D7. Grayscale: #D7D7D7. Windows color (decimal): -1184472 or 2682349. OLE color: 2682349.

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

Color convert

RGB 237 237 40 -
CMYK 0 0 0.83 0.07
HSL 60º 0.85% 0.54% -
HSV(B) 60º 0.83% 0.93% -
XYZ 65.59 78.73 13.75 -
YUV 214.54 29.5 144.02 -
System Red Green Blue C M Y K H S L
Decimal 237 237 40 0 0 0.83 0.07 60 0.85 0.54
Hex ED ED 28 0 0 53 7 3C 55 36
Octal 355 355 50 0 0 123 7 74 125 66
Binary 11101101 11101101 101000 0 0 1010011 111 111100 1010101 110110

Color Harmonies of #EDED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED28

Black with #EDED28

Text Example


Text Example

White with #EDED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED28; }

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

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

background-color css

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

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

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

border-color css

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

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

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