Html Css Color HEX #E5CA5D Golden Sand

📋 copy color: '#E5CA5D'

red 229 ◦ green 202 ◦ blue 93

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

Shades of Golden Sand #E5CA5D

Tints of Golden Sand #E5CA5D

RGB

 RED value IS 229 (89.84% from 255) = 43.7%

 GREEN value IS 202 (79.3% from 255) = 38.55%

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 43.7%
G = 38.55%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5CA5D (or 0xE5CA5D) is known color: Golden Sand. HEX triplet: E5, CA and 5D. RGB value is (229,202,93). Sum of RGB (Red+Green+Blue) = 229+202+93=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA5D is #1A35A2. Grayscale: #C6C6C6. Windows color (decimal): -1717667 or 6146789. OLE color: 6146789.

HSL color Cylindrical-coordinate representation of color #E5CA5D: hue angle of 48.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5CA5D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 93 -
CMYK 0 0.12 0.59 0.10
HSL 48.09º 0.72% 0.63% -
HSV(B) 48.09º 0.59% 0.9% -
XYZ 55.41 59.69 18.96 -
YUV 197.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 229 202 93 0 0.12 0.59 0.10 48.09 0.72 0.63
Hex E5 CA 5D 0 C 3B A 30 48 3F
Octal 345 312 135 0 14 73 12 60 110 77
Binary 11100101 11001010 1011101 0 1100 111011 1010 110000 1001000 111111

Color Harmonies of #E5CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA5D

Black with #E5CA5D

Text Example


Text Example

White with #E5CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA5D; }

 p { color: rgb(229,202,93); }

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

background-color css

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

 a { background-color: rgb(229,202,93); }

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

border-color css

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

 span { border-color: rgb(229,202,93); }

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