Html Css Color HEX #EEDB2A Golden Fizz

📋 copy color: '#EEDB2A'

red 238 ◦ green 219 ◦ blue 42

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

Shades of Golden Fizz #EEDB2A

Tints of Golden Fizz #EEDB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.42%

R = 47.7%
G = 43.89%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEDB2A (or 0xEEDB2A) is known color: Golden Fizz. HEX triplet: EE, DB and 2A. RGB value is (238,219,42). Sum of RGB (Red+Green+Blue) = 238+219+42=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB2A is #1124D5. Grayscale: #CDCDCD. Windows color (decimal): -1123542 or 2808814. OLE color: 2808814.

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

Color convert

RGB 238 219 42 -
CMYK 0 0.08 0.82 0.07
HSL 54.18º 0.85% 0.55% -
HSV(B) 54.18º 0.82% 0.93% -
XYZ 61.01 69.01 12.29 -
YUV 204.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 238 219 42 0 0.08 0.82 0.07 54.18 0.85 0.55
Hex EE DB 2A 0 8 52 7 36 55 37
Octal 356 333 52 0 10 122 7 66 125 67
Binary 11101110 11011011 101010 0 1000 1010010 111 110110 1010101 110111

Color Harmonies of #EEDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB2A

Black with #EEDB2A

Text Example


Text Example

White with #EEDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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