Html Css Color HEX #E1D769 Goldenrod

📋 copy color: '#E1D769'

red 225 ◦ green 215 ◦ blue 105

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

Shades of Goldenrod #E1D769

Tints of Goldenrod #E1D769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.27%

R = 41.28%
G = 39.45%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1D769 (or 0xE1D769) is known color: Goldenrod. HEX triplet: E1, D7 and 69. RGB value is (225,215,105). Sum of RGB (Red+Green+Blue) = 225+215+105=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D769 is #1E2896. Grayscale: #CDCDCD. Windows color (decimal): -1976471 or 6936545. OLE color: 6936545.

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

Color convert

RGB 225 215 105 -
CMYK 0 0.04 0.53 0.12
HSL 55º 0.67% 0.65% -
HSV(B) 55º 0.53% 0.88% -
XYZ 57.9 65.63 22.98 -
YUV 205.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 225 215 105 0 0.04 0.53 0.12 55 0.67 0.65
Hex E1 D7 69 0 4 35 C 37 43 41
Octal 341 327 151 0 4 65 14 67 103 101
Binary 11100001 11010111 1101001 0 100 110101 1100 110111 1000011 1000001

Color Harmonies of #E1D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D769

Black with #E1D769

Text Example


Text Example

White with #E1D769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D769; }

 p { color: rgb(225,215,105); }

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

background-color css

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

 a { background-color: rgb(225,215,105); }

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

border-color css

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

 span { border-color: rgb(225,215,105); }

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