Html Css Color HEX #EEDC27 Golden Fizz

📋 copy color: '#EEDC27'

red 238 ◦ green 220 ◦ blue 39

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

Shades of Golden Fizz #EEDC27

Tints of Golden Fizz #EEDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.85%

R = 47.89%
G = 44.27%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEDC27 (or 0xEEDC27) is known color: Golden Fizz. HEX triplet: EE, DC and 27. RGB value is (238,220,39). Sum of RGB (Red+Green+Blue) = 238+220+39=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 39 (15.62% from 255 or 7.85% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC27 is #1123D8. Grayscale: #CDCDCD. Windows color (decimal): -1123289 or 2612462. OLE color: 2612462.

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

Color convert

RGB 238 220 39 -
CMYK 0 0.08 0.84 0.07
HSL 54.57º 0.85% 0.54% -
HSV(B) 54.57º 0.84% 0.93% -
XYZ 61.22 69.51 12.11 -
YUV 204.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 238 220 39 0 0.08 0.84 0.07 54.57 0.85 0.54
Hex EE DC 27 0 8 54 7 37 55 36
Octal 356 334 47 0 10 124 7 67 125 66
Binary 11101110 11011100 100111 0 1000 1010100 111 110111 1010101 110110

Color Harmonies of #EEDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC27

Black with #EEDC27

Text Example


Text Example

White with #EEDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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