Html Css Color HEX #E1D263 Golden Sand

📋 copy color: '#E1D263'

red 225 ◦ green 210 ◦ blue 99

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

Shades of Golden Sand #E1D263

Tints of Golden Sand #E1D263

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 99 (39.06% from 255) = 18.54%

R = 42.13%
G = 39.33%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1D263 (or 0xE1D263) is known color: Golden Sand. HEX triplet: E1, D2 and 63. RGB value is (225,210,99). Sum of RGB (Red+Green+Blue) = 225+210+99=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D263 is #1E2D9C. Grayscale: #CACACA. Windows color (decimal): -1977757 or 6542049. OLE color: 6542049.

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

Color convert

RGB 225 210 99 -
CMYK 0 0.07 0.56 0.12
HSL 52.86º 0.68% 0.64% -
HSV(B) 52.86º 0.56% 0.88% -
XYZ 56.35 63 20.99 -
YUV 201.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 225 210 99 0 0.07 0.56 0.12 52.86 0.68 0.64
Hex E1 D2 63 0 7 38 C 35 44 40
Octal 341 322 143 0 7 70 14 65 104 100
Binary 11100001 11010010 1100011 0 111 111000 1100 110101 1000100 1000000

Color Harmonies of #E1D263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D263

Black with #E1D263

Text Example


Text Example

White with #E1D263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D263; }

 p { color: rgb(225,210,99); }

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

background-color css

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

 a { background-color: rgb(225,210,99); }

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

border-color css

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

 span { border-color: rgb(225,210,99); }

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