Html Css Color HEX #E0DB75 Goldenrod

📋 copy color: '#E0DB75'

red 224 ◦ green 219 ◦ blue 117

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

Shades of Goldenrod #E0DB75

Tints of Goldenrod #E0DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.11%

 BLUE value IS 117 (46.09% from 255) = 20.89%

R = 40%
G = 39.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0DB75 (or 0xE0DB75) is known color: Goldenrod. HEX triplet: E0, DB and 75. RGB value is (224,219,117). Sum of RGB (Red+Green+Blue) = 224+219+117=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB75 is #1F248A. Grayscale: #D1D1D1. Windows color (decimal): -2040971 or 7724000. OLE color: 7724000.

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

Color convert

RGB 224 219 117 -
CMYK 0 0.02 0.48 0.12
HSL 57.2º 0.63% 0.67% -
HSV(B) 57.2º 0.48% 0.88% -
XYZ 59.28 67.79 26.79 -
YUV 208.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 224 219 117 0 0.02 0.48 0.12 57.2 0.63 0.67
Hex E0 DB 75 0 2 30 C 39 3F 43
Octal 340 333 165 0 2 60 14 71 77 103
Binary 11100000 11011011 1110101 0 10 110000 1100 111001 111111 1000011

Color Harmonies of #E0DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB75

Black with #E0DB75

Text Example


Text Example

White with #E0DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB75; }

 p { color: rgb(224,219,117); }

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

background-color css

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

 a { background-color: rgb(224,219,117); }

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

border-color css

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

 span { border-color: rgb(224,219,117); }

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