Html Css Color HEX #E5CA5B Golden Sand

📋 copy color: '#E5CA5B'

red 229 ◦ green 202 ◦ blue 91

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

Shades of Golden Sand #E5CA5B

Tints of Golden Sand #E5CA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.43%

R = 43.87%
G = 38.7%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5CA5B (or 0xE5CA5B) is known color: Golden Sand. HEX triplet: E5, CA and 5B. RGB value is (229,202,91). Sum of RGB (Red+Green+Blue) = 229+202+91=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA5B is #1A35A4. Grayscale: #C5C5C5. Windows color (decimal): -1717669 or 6015717. OLE color: 6015717.

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

Color convert

RGB 229 202 91 -
CMYK 0 0.12 0.60 0.10
HSL 48.26º 0.73% 0.63% -
HSV(B) 48.26º 0.6% 0.9% -
XYZ 55.32 59.65 18.5 -
YUV 197.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 229 202 91 0 0.12 0.60 0.10 48.26 0.73 0.63
Hex E5 CA 5B 0 C 3C A 30 49 3F
Octal 345 312 133 0 14 74 12 60 111 77
Binary 11100101 11001010 1011011 0 1100 111100 1010 110000 1001001 111111

Color Harmonies of #E5CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA5B

Black with #E5CA5B

Text Example


Text Example

White with #E5CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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