Html Css Color HEX #E1D465 Golden Sand

📋 copy color: '#E1D465'

red 225 ◦ green 212 ◦ blue 101

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

Shades of Golden Sand #E1D465

Tints of Golden Sand #E1D465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

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

R = 41.82%
G = 39.41%
B = 18.77%

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

#E1D465 (or 0xE1D465) is known color: Golden Sand. HEX triplet: E1, D4 and 65. RGB value is (225,212,101). Sum of RGB (Red+Green+Blue) = 225+212+101=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D465 is #1E2B9A. Grayscale: #CBCBCB. Windows color (decimal): -1977243 or 6673633. OLE color: 6673633.

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

Color convert

RGB 225 212 101 -
CMYK 0 0.06 0.55 0.12
HSL 53.71º 0.67% 0.64% -
HSV(B) 53.71º 0.55% 0.88% -
XYZ 56.94 64.03 21.67 -
YUV 203.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 225 212 101 0 0.06 0.55 0.12 53.71 0.67 0.64
Hex E1 D4 65 0 6 37 C 36 43 40
Octal 341 324 145 0 6 67 14 66 103 100
Binary 11100001 11010100 1100101 0 110 110111 1100 110110 1000011 1000000

Color Harmonies of #E1D465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D465

Black with #E1D465

Text Example


Text Example

White with #E1D465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D465; }

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

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

background-color css

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

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

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

border-color css

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

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

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