Html Css Color HEX #EDEE37 Golden Fizz

📋 copy color: '#EDEE37'

red 237 ◦ green 238 ◦ blue 55

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

Shades of Golden Fizz #EDEE37

Tints of Golden Fizz #EDEE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.38%

R = 44.72%
G = 44.91%
B = 10.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDEE37 (or 0xEDEE37) is known color: Golden Fizz. HEX triplet: ED, EE and 37. RGB value is (237,238,55). Sum of RGB (Red+Green+Blue) = 237+238+55=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 55 (21.88% from 255 or 10.38% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE37 is #1211C8. Grayscale: #D9D9D9. Windows color (decimal): -1184201 or 3665645. OLE color: 3665645.

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

Color convert

RGB 237 238 55 -
CMYK 0.00 0 0.77 0.07
HSL 60.33º 0.84% 0.57% -
HSV(B) 60.33º 0.77% 0.93% -
XYZ 66.19 79.43 15.46 -
YUV 216.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 237 238 55 0.00 0 0.77 0.07 60.33 0.84 0.57
Hex ED EE 37 0 0 4D 7 3C 54 39
Octal 355 356 67 0 0 115 7 74 124 71
Binary 11101101 11101110 110111 0 0 1001101 111 111100 1010100 111001

Color Harmonies of #EDEE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE37

Black with #EDEE37

Text Example


Text Example

White with #EDEE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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