Html Css Color HEX #EDEE28 Golden Fizz

📋 copy color: '#EDEE28'

red 237 ◦ green 238 ◦ blue 40

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

Shades of Golden Fizz #EDEE28

Tints of Golden Fizz #EDEE28

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.21%

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

R = 46.02%
G = 46.21%
B = 7.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDEE28 (or 0xEDEE28) is known color: Golden Fizz. HEX triplet: ED, EE and 28. RGB value is (237,238,40). Sum of RGB (Red+Green+Blue) = 237+238+40=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE28 is #1211D7. Grayscale: #D7D7D7. Windows color (decimal): -1184216 or 2682605. OLE color: 2682605.

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

Color convert

RGB 237 238 40 -
CMYK 0.00 0 0.83 0.07
HSL 60.3º 0.85% 0.55% -
HSV(B) 60.3º 0.83% 0.93% -
XYZ 65.88 79.31 13.84 -
YUV 215.13 29.17 143.6 -
System Red Green Blue C M Y K H S L
Decimal 237 238 40 0.00 0 0.83 0.07 60.3 0.85 0.55
Hex ED EE 28 0 0 53 7 3C 55 37
Octal 355 356 50 0 0 123 7 74 125 67
Binary 11101101 11101110 101000 0 0 1010011 111 111100 1010101 110111

Color Harmonies of #EDEE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE28

Black with #EDEE28

Text Example


Text Example

White with #EDEE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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