Html Css Color HEX #EEDB2D Golden Fizz

📋 copy color: '#EEDB2D'

red 238 ◦ green 219 ◦ blue 45

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

Shades of Golden Fizz #EEDB2D

Tints of Golden Fizz #EEDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.96%

R = 47.41%
G = 43.63%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEDB2D (or 0xEEDB2D) is known color: Golden Fizz. HEX triplet: EE, DB and 2D. RGB value is (238,219,45). Sum of RGB (Red+Green+Blue) = 238+219+45=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB2D is #1124D2. Grayscale: #CDCDCD. Windows color (decimal): -1123539 or 3005422. OLE color: 3005422.

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

Color convert

RGB 238 219 45 -
CMYK 0 0.08 0.81 0.07
HSL 54.09º 0.85% 0.55% -
HSV(B) 54.09º 0.81% 0.93% -
XYZ 61.07 69.03 12.59 -
YUV 204.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 238 219 45 0 0.08 0.81 0.07 54.09 0.85 0.55
Hex EE DB 2D 0 8 51 7 36 55 37
Octal 356 333 55 0 10 121 7 66 125 67
Binary 11101110 11011011 101101 0 1000 1010001 111 110110 1010101 110111

Color Harmonies of #EEDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB2D

Black with #EEDB2D

Text Example


Text Example

White with #EEDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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