Html Css Color HEX #E0DD76 Goldenrod

📋 copy color: '#E0DD76'

red 224 ◦ green 221 ◦ blue 118

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

Shades of Goldenrod #E0DD76

Tints of Goldenrod #E0DD76

RGB

 RED value IS 224 (87.89% from 255) = 39.79%

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

 BLUE value IS 118 (46.48% from 255) = 20.96%

R = 39.79%
G = 39.25%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E0DD76 (or 0xE0DD76) is known color: Goldenrod. HEX triplet: E0, DD and 76. RGB value is (224,221,118). Sum of RGB (Red+Green+Blue) = 224+221+118=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD76 is #1F2289. Grayscale: #D2D2D2. Windows color (decimal): -2040458 or 7790048. OLE color: 7790048.

HSL color Cylindrical-coordinate representation of color #E0DD76: hue angle of 58.3º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0DD76 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 118 -
CMYK 0 0.01 0.47 0.12
HSL 58.3º 0.63% 0.67% -
HSV(B) 58.3º 0.47% 0.88% -
XYZ 59.87 68.87 27.28 -
YUV 210.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 224 221 118 0 0.01 0.47 0.12 58.3 0.63 0.67
Hex E0 DD 76 0 1 2F C 3A 3F 43
Octal 340 335 166 0 1 57 14 72 77 103
Binary 11100000 11011101 1110110 0 1 101111 1100 111010 111111 1000011

Color Harmonies of #E0DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD76

Black with #E0DD76

Text Example


Text Example

White with #E0DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD76; }

 p { color: rgb(224,221,118); }

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

background-color css

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

 a { background-color: rgb(224,221,118); }

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

border-color css

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

 span { border-color: rgb(224,221,118); }

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