Html Css Color HEX #E0DC6E Goldenrod

📋 copy color: '#E0DC6E'

red 224 ◦ green 220 ◦ blue 110

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

Shades of Goldenrod #E0DC6E

Tints of Goldenrod #E0DC6E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 40.43%
G = 39.71%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0DC6E (or 0xE0DC6E) is known color: Goldenrod. HEX triplet: E0, DC and 6E. RGB value is (224,220,110). Sum of RGB (Red+Green+Blue) = 224+220+110=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC6E is #1F2391. Grayscale: #D1D1D1. Windows color (decimal): -2040722 or 7265504. OLE color: 7265504.

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

Color convert

RGB 224 220 110 -
CMYK 0 0.02 0.51 0.12
HSL 57.89º 0.65% 0.65% -
HSV(B) 57.89º 0.51% 0.88% -
XYZ 59.15 68.16 24.79 -
YUV 208.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 224 220 110 0 0.02 0.51 0.12 57.89 0.65 0.65
Hex E0 DC 6E 0 2 33 C 3A 41 41
Octal 340 334 156 0 2 63 14 72 101 101
Binary 11100000 11011100 1101110 0 10 110011 1100 111010 1000001 1000001

Color Harmonies of #E0DC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC6E

Black with #E0DC6E

Text Example


Text Example

White with #E0DC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC6E; }

 p { color: rgb(224,220,110); }

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

background-color css

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

 a { background-color: rgb(224,220,110); }

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

border-color css

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

 span { border-color: rgb(224,220,110); }

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