Html Css Color HEX #E5CA71 Golden Sand

📋 copy color: '#E5CA71'

red 229 ◦ green 202 ◦ blue 113

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

Shades of Golden Sand #E5CA71

Tints of Golden Sand #E5CA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 42.1%
G = 37.13%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5CA71 (or 0xE5CA71) is known color: Golden Sand. HEX triplet: E5, CA and 71. RGB value is (229,202,113). Sum of RGB (Red+Green+Blue) = 229+202+113=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA71 is #1A358E. Grayscale: #C8C8C8. Windows color (decimal): -1717647 or 7457509. OLE color: 7457509.

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

Color convert

RGB 229 202 113 -
CMYK 0 0.12 0.51 0.10
HSL 46.03º 0.69% 0.67% -
HSV(B) 46.03º 0.51% 0.9% -
XYZ 56.41 60.09 24.25 -
YUV 199.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 229 202 113 0 0.12 0.51 0.10 46.03 0.69 0.67
Hex E5 CA 71 0 C 33 A 2E 45 43
Octal 345 312 161 0 14 63 12 56 105 103
Binary 11100101 11001010 1110001 0 1100 110011 1010 101110 1000101 1000011

Color Harmonies of #E5CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA71

Black with #E5CA71

Text Example


Text Example

White with #E5CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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