Html Css Color HEX #E1D365 Golden Sand

📋 copy color: '#E1D365'

red 225 ◦ green 211 ◦ blue 101

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

Shades of Golden Sand #E1D365

Tints of Golden Sand #E1D365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 41.9%
G = 39.29%
B = 18.81%

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

#E1D365 (or 0xE1D365) is known color: Golden Sand. HEX triplet: E1, D3 and 65. RGB value is (225,211,101). Sum of RGB (Red+Green+Blue) = 225+211+101=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D365 is #1E2C9A. Grayscale: #CBCBCB. Windows color (decimal): -1977499 or 6673377. OLE color: 6673377.

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

Color convert

RGB 225 211 101 -
CMYK 0 0.06 0.55 0.12
HSL 53.23º 0.67% 0.64% -
HSV(B) 53.23º 0.55% 0.88% -
XYZ 56.69 63.54 21.59 -
YUV 202.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 225 211 101 0 0.06 0.55 0.12 53.23 0.67 0.64
Hex E1 D3 65 0 6 37 C 35 43 40
Octal 341 323 145 0 6 67 14 65 103 100
Binary 11100001 11010011 1100101 0 110 110111 1100 110101 1000011 1000000

Color Harmonies of #E1D365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D365

Black with #E1D365

Text Example


Text Example

White with #E1D365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D365; }

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

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

background-color css

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

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

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

border-color css

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

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

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