Html Css Color HEX #EEDB37 Golden Fizz

📋 copy color: '#EEDB37'

red 238 ◦ green 219 ◦ blue 55

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

Shades of Golden Fizz #EEDB37

Tints of Golden Fizz #EEDB37

RGB

 RED value IS 238 (93.36% from 255) = 46.48%

 GREEN value IS 219 (85.94% from 255) = 42.77%

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

R = 46.48%
G = 42.77%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EEDB37 (or 0xEEDB37) is known color: Golden Fizz. HEX triplet: EE, DB and 37. RGB value is (238,219,55). Sum of RGB (Red+Green+Blue) = 238+219+55=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB37 is #1124C8. Grayscale: #CECECE. Windows color (decimal): -1123529 or 3660782. OLE color: 3660782.

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

Color convert

RGB 238 219 55 -
CMYK 0 0.08 0.77 0.07
HSL 53.77º 0.84% 0.57% -
HSV(B) 53.77º 0.77% 0.93% -
XYZ 61.28 69.12 13.73 -
YUV 205.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 238 219 55 0 0.08 0.77 0.07 53.77 0.84 0.57
Hex EE DB 37 0 8 4D 7 36 54 39
Octal 356 333 67 0 10 115 7 66 124 71
Binary 11101110 11011011 110111 0 1000 1001101 111 110110 1010100 111001

Color Harmonies of #EEDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB37

Black with #EEDB37

Text Example


Text Example

White with #EEDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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