Html Css Color HEX #E1DD73 Goldenrod

📋 copy color: '#E1DD73'

red 225 ◦ green 221 ◦ blue 115

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

Shades of Goldenrod #E1DD73

Tints of Goldenrod #E1DD73

RGB

 RED value IS 225 (88.28% from 255) = 40.11%

 GREEN value IS 221 (86.72% from 255) = 39.39%

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 40.11%
G = 39.39%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1DD73 (or 0xE1DD73) is known color: Goldenrod. HEX triplet: E1, DD and 73. RGB value is (225,221,115). Sum of RGB (Red+Green+Blue) = 225+221+115=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD73 is #1E228C. Grayscale: #D2D2D2. Windows color (decimal): -1974925 or 7593441. OLE color: 7593441.

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

Color convert

RGB 225 221 115 -
CMYK 0 0.02 0.49 0.12
HSL 57.82º 0.65% 0.67% -
HSV(B) 57.82º 0.49% 0.88% -
XYZ 60 68.96 26.37 -
YUV 210.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 225 221 115 0 0.02 0.49 0.12 57.82 0.65 0.67
Hex E1 DD 73 0 2 31 C 3A 41 43
Octal 341 335 163 0 2 61 14 72 101 103
Binary 11100001 11011101 1110011 0 10 110001 1100 111010 1000001 1000011

Color Harmonies of #E1DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD73

Black with #E1DD73

Text Example


Text Example

White with #E1DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD73; }

 p { color: rgb(225,221,115); }

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

background-color css

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

 a { background-color: rgb(225,221,115); }

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

border-color css

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

 span { border-color: rgb(225,221,115); }

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