Html Css Color HEX #E1D866 Goldenrod

📋 copy color: '#E1D866'

red 225 ◦ green 216 ◦ blue 102

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

Shades of Goldenrod #E1D866

Tints of Goldenrod #E1D866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

 BLUE value IS 102 (40.23% from 255) = 18.78%

R = 41.44%
G = 39.78%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1D866 (or 0xE1D866) is known color: Goldenrod. HEX triplet: E1, D8 and 66. RGB value is (225,216,102). Sum of RGB (Red+Green+Blue) = 225+216+102=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D866 is #1E2799. Grayscale: #CECECE. Windows color (decimal): -1976218 or 6740193. OLE color: 6740193.

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

Color convert

RGB 225 216 102 -
CMYK 0 0.04 0.55 0.12
HSL 55.61º 0.67% 0.64% -
HSV(B) 55.61º 0.55% 0.88% -
XYZ 58.01 66.08 22.27 -
YUV 205.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 225 216 102 0 0.04 0.55 0.12 55.61 0.67 0.64
Hex E1 D8 66 0 4 37 C 38 43 40
Octal 341 330 146 0 4 67 14 70 103 100
Binary 11100001 11011000 1100110 0 100 110111 1100 111000 1000011 1000000

Color Harmonies of #E1D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D866

Black with #E1D866

Text Example


Text Example

White with #E1D866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D866; }

 p { color: rgb(225,216,102); }

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

background-color css

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

 a { background-color: rgb(225,216,102); }

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

border-color css

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

 span { border-color: rgb(225,216,102); }

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