Html Css Color HEX #EEDC2F Golden Fizz

📋 copy color: '#EEDC2F'

red 238 ◦ green 220 ◦ blue 47

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

Shades of Golden Fizz #EEDC2F

Tints of Golden Fizz #EEDC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 47 (18.75% from 255) = 9.31%

R = 47.13%
G = 43.56%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEDC2F (or 0xEEDC2F) is known color: Golden Fizz. HEX triplet: EE, DC and 2F. RGB value is (238,220,47). Sum of RGB (Red+Green+Blue) = 238+220+47=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC2F is #1123D0. Grayscale: #CECECE. Windows color (decimal): -1123281 or 3136750. OLE color: 3136750.

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

Color convert

RGB 238 220 47 -
CMYK 0 0.08 0.80 0.07
HSL 54.35º 0.85% 0.56% -
HSV(B) 54.35º 0.8% 0.93% -
XYZ 61.37 69.57 12.88 -
YUV 205.66 38.46 151.07 -
System Red Green Blue C M Y K H S L
Decimal 238 220 47 0 0.08 0.80 0.07 54.35 0.85 0.56
Hex EE DC 2F 0 8 50 7 36 55 38
Octal 356 334 57 0 10 120 7 66 125 70
Binary 11101110 11011100 101111 0 1000 1010000 111 110110 1010101 111000

Color Harmonies of #EEDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC2F

Black with #EEDC2F

Text Example


Text Example

White with #EEDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC2F; }

 p { color: rgb(238,220,47); }

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

background-color css

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

 a { background-color: rgb(238,220,47); }

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

border-color css

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

 span { border-color: rgb(238,220,47); }

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