Html Css Color HEX #E5CD60 Golden Sand

📋 copy color: '#E5CD60'

red 229 ◦ green 205 ◦ blue 96

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

Shades of Golden Sand #E5CD60

Tints of Golden Sand #E5CD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 43.21%
G = 38.68%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E5CD60 (or 0xE5CD60) is known color: Golden Sand. HEX triplet: E5, CD and 60. RGB value is (229,205,96). Sum of RGB (Red+Green+Blue) = 229+205+96=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD60 is #1A329F. Grayscale: #C8C8C8. Windows color (decimal): -1716896 or 6344165. OLE color: 6344165.

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

Color convert

RGB 229 205 96 -
CMYK 0 0.10 0.58 0.10
HSL 49.17º 0.72% 0.64% -
HSV(B) 49.17º 0.58% 0.9% -
XYZ 56.26 61.17 19.91 -
YUV 199.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 229 205 96 0 0.10 0.58 0.10 49.17 0.72 0.64
Hex E5 CD 60 0 A 3A A 31 48 40
Octal 345 315 140 0 12 72 12 61 110 100
Binary 11100101 11001101 1100000 0 1010 111010 1010 110001 1001000 1000000

Color Harmonies of #E5CD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD60

Black with #E5CD60

Text Example


Text Example

White with #E5CD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD60; }

 p { color: rgb(229,205,96); }

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

background-color css

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

 a { background-color: rgb(229,205,96); }

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

border-color css

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

 span { border-color: rgb(229,205,96); }

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