Html Css Color HEX #EEDD3D Golden Fizz

📋 copy color: '#EEDD3D'

red 238 ◦ green 221 ◦ blue 61

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

Shades of Golden Fizz #EEDD3D

Tints of Golden Fizz #EEDD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.73%

R = 45.77%
G = 42.5%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEDD3D (or 0xEEDD3D) is known color: Golden Fizz. HEX triplet: EE, DD and 3D. RGB value is (238,221,61). Sum of RGB (Red+Green+Blue) = 238+221+61=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD3D is #1122C2. Grayscale: #D0D0D0. Windows color (decimal): -1123011 or 4054510. OLE color: 4054510.

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

Color convert

RGB 238 221 61 -
CMYK 0 0.07 0.74 0.07
HSL 54.24º 0.84% 0.59% -
HSV(B) 54.24º 0.74% 0.93% -
XYZ 61.96 70.23 14.7 -
YUV 207.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 238 221 61 0 0.07 0.74 0.07 54.24 0.84 0.59
Hex EE DD 3D 0 7 4A 7 36 54 3B
Octal 356 335 75 0 7 112 7 66 124 73
Binary 11101110 11011101 111101 0 111 1001010 111 110110 1010100 111011

Color Harmonies of #EEDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD3D

Black with #EEDD3D

Text Example


Text Example

White with #EEDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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