Html Css Color HEX #E7CA5D Golden Sand

📋 copy color: '#E7CA5D'

red 231 ◦ green 202 ◦ blue 93

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

Shades of Golden Sand #E7CA5D

Tints of Golden Sand #E7CA5D

RGB

 RED value IS 231 (90.63% from 255) = 43.92%

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

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

R = 43.92%
G = 38.4%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7CA5D (or 0xE7CA5D) is known color: Golden Sand. HEX triplet: E7, CA and 5D. RGB value is (231,202,93). Sum of RGB (Red+Green+Blue) = 231+202+93=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA5D is #1835A2. Grayscale: #C6C6C6. Windows color (decimal): -1586595 or 6146791. OLE color: 6146791.

HSL color Cylindrical-coordinate representation of color #E7CA5D: hue angle of 47.39º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7CA5D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 202 93 -
CMYK 0 0.13 0.60 0.09
HSL 47.39º 0.74% 0.64% -
HSV(B) 47.39º 0.6% 0.91% -
XYZ 56.05 60.02 18.99 -
YUV 198.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 231 202 93 0 0.13 0.60 0.09 47.39 0.74 0.64
Hex E7 CA 5D 0 D 3C 9 2F 4A 40
Octal 347 312 135 0 15 74 11 57 112 100
Binary 11100111 11001010 1011101 0 1101 111100 1001 101111 1001010 1000000

Color Harmonies of #E7CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CA5D

Black with #E7CA5D

Text Example


Text Example

White with #E7CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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