Html Css Color HEX #EDEE29 Golden Fizz

📋 copy color: '#EDEE29'

red 237 ◦ green 238 ◦ blue 41

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

Shades of Golden Fizz #EDEE29

Tints of Golden Fizz #EDEE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.95%

R = 45.93%
G = 46.12%
B = 7.95%

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

#EDEE29 (or 0xEDEE29) is known color: Golden Fizz. HEX triplet: ED, EE and 29. RGB value is (237,238,41). Sum of RGB (Red+Green+Blue) = 237+238+41=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE29 is #1211D6. Grayscale: #D8D8D8. Windows color (decimal): -1184215 or 2748141. OLE color: 2748141.

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

Color convert

RGB 237 238 41 -
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.9 79.31 13.93 -
YUV 215.24 29.67 143.52 -
System Red Green Blue C M Y K H S L
Decimal 237 238 41 0.00 0 0.83 0.07 60.3 0.85 0.55
Hex ED EE 29 0 0 53 7 3C 55 37
Octal 355 356 51 0 0 123 7 74 125 67
Binary 11101101 11101110 101001 0 0 1010011 111 111100 1010101 110111

Color Harmonies of #EDEE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE29

Black with #EDEE29

Text Example


Text Example

White with #EDEE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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