Html Css Color HEX #E0D76C Goldenrod

📋 copy color: '#E0D76C'

red 224 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #E0D76C

Tints of Goldenrod #E0D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

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

R = 40.95%
G = 39.31%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0D76C (or 0xE0D76C) is known color: Goldenrod. HEX triplet: E0, D7 and 6C. RGB value is (224,215,108). Sum of RGB (Red+Green+Blue) = 224+215+108=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D76C is #1F2893. Grayscale: #CDCDCD. Windows color (decimal): -2042004 or 7133152. OLE color: 7133152.

HSL color Cylindrical-coordinate representation of color #E0D76C: hue angle of 55.34º 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 #E0D76C is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 108 -
CMYK 0 0.04 0.52 0.12
HSL 55.34º 0.65% 0.65% -
HSV(B) 55.34º 0.52% 0.88% -
XYZ 57.75 65.53 23.79 -
YUV 205.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 224 215 108 0 0.04 0.52 0.12 55.34 0.65 0.65
Hex E0 D7 6C 0 4 34 C 37 41 41
Octal 340 327 154 0 4 64 14 67 101 101
Binary 11100000 11010111 1101100 0 100 110100 1100 110111 1000001 1000001

Color Harmonies of #E0D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D76C

Black with #E0D76C

Text Example


Text Example

White with #E0D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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