Html Css Color HEX #E1D366 Golden Sand

📋 copy color: '#E1D366'

red 225 ◦ green 211 ◦ blue 102

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

Shades of Golden Sand #E1D366

Tints of Golden Sand #E1D366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.22%

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

R = 41.82%
G = 39.22%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1D366 (or 0xE1D366) is known color: Golden Sand. HEX triplet: E1, D3 and 66. RGB value is (225,211,102). Sum of RGB (Red+Green+Blue) = 225+211+102=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D366 is #1E2C99. Grayscale: #CBCBCB. Windows color (decimal): -1977498 or 6738913. OLE color: 6738913.

HSL color Cylindrical-coordinate representation of color #E1D366: hue angle of 53.17º 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 #E1D366 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 102 -
CMYK 0 0.06 0.55 0.12
HSL 53.17º 0.67% 0.64% -
HSV(B) 53.17º 0.55% 0.88% -
XYZ 56.74 63.56 21.85 -
YUV 202.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 225 211 102 0 0.06 0.55 0.12 53.17 0.67 0.64
Hex E1 D3 66 0 6 37 C 35 43 40
Octal 341 323 146 0 6 67 14 65 103 100
Binary 11100001 11010011 1100110 0 110 110111 1100 110101 1000011 1000000

Color Harmonies of #E1D366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D366

Black with #E1D366

Text Example


Text Example

White with #E1D366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D366; }

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

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

background-color css

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

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

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

border-color css

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

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

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