Html Css Color HEX #E0D96C Goldenrod

📋 copy color: '#E0D96C'

red 224 ◦ green 217 ◦ blue 108

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

Shades of Goldenrod #E0D96C

Tints of Goldenrod #E0D96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.67%

R = 40.8%
G = 39.53%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0D96C (or 0xE0D96C) is known color: Goldenrod. HEX triplet: E0, D9 and 6C. RGB value is (224,217,108). Sum of RGB (Red+Green+Blue) = 224+217+108=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D96C is #1F2693. Grayscale: #CFCFCF. Windows color (decimal): -2041492 or 7133664. OLE color: 7133664.

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

Color convert

RGB 224 217 108 -
CMYK 0 0.03 0.52 0.12
HSL 56.38º 0.65% 0.65% -
HSV(B) 56.38º 0.52% 0.88% -
XYZ 58.26 66.56 23.96 -
YUV 206.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 224 217 108 0 0.03 0.52 0.12 56.38 0.65 0.65
Hex E0 D9 6C 0 3 34 C 38 41 41
Octal 340 331 154 0 3 64 14 70 101 101
Binary 11100000 11011001 1101100 0 11 110100 1100 111000 1000001 1000001

Color Harmonies of #E0D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D96C

Black with #E0D96C

Text Example


Text Example

White with #E0D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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