Html Css Color HEX #EEDF2C Golden Fizz

📋 copy color: '#EEDF2C'

red 238 ◦ green 223 ◦ blue 44

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

Shades of Golden Fizz #EEDF2C

Tints of Golden Fizz #EEDF2C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 44 (17.58% from 255) = 8.71%

R = 47.13%
G = 44.16%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEDF2C (or 0xEEDF2C) is known color: Golden Fizz. HEX triplet: EE, DF and 2C. RGB value is (238,223,44). Sum of RGB (Red+Green+Blue) = 238+223+44=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF2C is #1120D3. Grayscale: #CFCFCF. Windows color (decimal): -1122516 or 2940910. OLE color: 2940910.

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

Color convert

RGB 238 223 44 -
CMYK 0 0.06 0.82 0.07
HSL 55.36º 0.85% 0.55% -
HSV(B) 55.36º 0.82% 0.93% -
XYZ 62.1 71.13 12.84 -
YUV 207.08 35.97 150.05 -
System Red Green Blue C M Y K H S L
Decimal 238 223 44 0 0.06 0.82 0.07 55.36 0.85 0.55
Hex EE DF 2C 0 6 52 7 37 55 37
Octal 356 337 54 0 6 122 7 67 125 67
Binary 11101110 11011111 101100 0 110 1010010 111 110111 1010101 110111

Color Harmonies of #EEDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF2C

Black with #EEDF2C

Text Example


Text Example

White with #EEDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF2C; }

 p { color: rgb(238,223,44); }

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

background-color css

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

 a { background-color: rgb(238,223,44); }

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

border-color css

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

 span { border-color: rgb(238,223,44); }

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