Html Css Color HEX #E5C95F Golden Sand

📋 copy color: '#E5C95F'

red 229 ◦ green 201 ◦ blue 95

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

Shades of Golden Sand #E5C95F

Tints of Golden Sand #E5C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.29%

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 43.62%
G = 38.29%
B = 18.1%

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

#E5C95F (or 0xE5C95F) is known color: Golden Sand. HEX triplet: E5, C9 and 5F. RGB value is (229,201,95). Sum of RGB (Red+Green+Blue) = 229+201+95=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C95F is #1A36A0. Grayscale: #C5C5C5. Windows color (decimal): -1717921 or 6277605. OLE color: 6277605.

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

Color convert

RGB 229 201 95 -
CMYK 0 0.12 0.59 0.10
HSL 47.46º 0.72% 0.64% -
HSV(B) 47.46º 0.59% 0.9% -
XYZ 55.27 59.26 19.35 -
YUV 197.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 229 201 95 0 0.12 0.59 0.10 47.46 0.72 0.64
Hex E5 C9 5F 0 C 3B A 2F 48 40
Octal 345 311 137 0 14 73 12 57 110 100
Binary 11100101 11001001 1011111 0 1100 111011 1010 101111 1001000 1000000

Color Harmonies of #E5C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C95F

Black with #E5C95F

Text Example


Text Example

White with #E5C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C95F; }

 p { color: rgb(229,201,95); }

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

background-color css

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

 a { background-color: rgb(229,201,95); }

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

border-color css

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

 span { border-color: rgb(229,201,95); }

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