Html Css Color HEX #EEDD3C Golden Fizz

📋 copy color: '#EEDD3C'

red 238 ◦ green 221 ◦ blue 60

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

Shades of Golden Fizz #EEDD3C

Tints of Golden Fizz #EEDD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 60 (23.83% from 255) = 11.56%

R = 45.86%
G = 42.58%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EEDD3C (or 0xEEDD3C) is known color: Golden Fizz. HEX triplet: EE, DD and 3C. RGB value is (238,221,60). Sum of RGB (Red+Green+Blue) = 238+221+60=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD3C is #1122C3. Grayscale: #D0D0D0. Windows color (decimal): -1123012 or 3988974. OLE color: 3988974.

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

Color convert

RGB 238 221 60 -
CMYK 0 0.07 0.75 0.07
HSL 54.27º 0.84% 0.58% -
HSV(B) 54.27º 0.75% 0.93% -
XYZ 61.93 70.22 14.56 -
YUV 207.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 238 221 60 0 0.07 0.75 0.07 54.27 0.84 0.58
Hex EE DD 3C 0 7 4B 7 36 54 3A
Octal 356 335 74 0 7 113 7 66 124 72
Binary 11101110 11011101 111100 0 111 1001011 111 110110 1010100 111010

Color Harmonies of #EEDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD3C

Black with #EEDD3C

Text Example


Text Example

White with #EEDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD3C; }

 p { color: rgb(238,221,60); }

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

background-color css

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

 a { background-color: rgb(238,221,60); }

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

border-color css

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

 span { border-color: rgb(238,221,60); }

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