Html Css Color HEX #E0D96A Goldenrod

📋 copy color: '#E0D96A'

red 224 ◦ green 217 ◦ blue 106

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

Shades of Goldenrod #E0D96A

Tints of Goldenrod #E0D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 40.95%
G = 39.67%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0D96A (or 0xE0D96A) is known color: Goldenrod. HEX triplet: E0, D9 and 6A. RGB value is (224,217,106). Sum of RGB (Red+Green+Blue) = 224+217+106=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D96A is #1F2695. Grayscale: #CECECE. Windows color (decimal): -2041494 or 7002592. OLE color: 7002592.

HSL color Cylindrical-coordinate representation of color #E0D96A: hue angle of 56.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D96A is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 217 106 -
CMYK 0 0.03 0.53 0.12
HSL 56.44º 0.66% 0.65% -
HSV(B) 56.44º 0.53% 0.88% -
XYZ 58.15 66.51 23.41 -
YUV 206.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 224 217 106 0 0.03 0.53 0.12 56.44 0.66 0.65
Hex E0 D9 6A 0 3 35 C 38 42 41
Octal 340 331 152 0 3 65 14 70 102 101
Binary 11100000 11011001 1101010 0 11 110101 1100 111000 1000010 1000001

Color Harmonies of #E0D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D96A

Black with #E0D96A

Text Example


Text Example

White with #E0D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D96A; }

 p { color: rgb(224,217,106); }

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

background-color css

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

 a { background-color: rgb(224,217,106); }

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

border-color css

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

 span { border-color: rgb(224,217,106); }

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