Html Css Color HEX #E6CA5D Golden Sand

📋 copy color: '#E6CA5D'

red 230 ◦ green 202 ◦ blue 93

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

Shades of Golden Sand #E6CA5D

Tints of Golden Sand #E6CA5D

RGB

 RED value IS 230 (90.23% from 255) = 43.81%

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

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

R = 43.81%
G = 38.48%
B = 17.71%

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

#E6CA5D (or 0xE6CA5D) is known color: Golden Sand. HEX triplet: E6, CA and 5D. RGB value is (230,202,93). Sum of RGB (Red+Green+Blue) = 230+202+93=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA5D is #1935A2. Grayscale: #C6C6C6. Windows color (decimal): -1652131 or 6146790. OLE color: 6146790.

HSL color Cylindrical-coordinate representation of color #E6CA5D: hue angle of 47.74º 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 #E6CA5D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 93 -
CMYK 0 0.12 0.60 0.10
HSL 47.74º 0.73% 0.63% -
HSV(B) 47.74º 0.6% 0.9% -
XYZ 55.73 59.85 18.97 -
YUV 197.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 230 202 93 0 0.12 0.60 0.10 47.74 0.73 0.63
Hex E6 CA 5D 0 C 3C A 30 49 3F
Octal 346 312 135 0 14 74 12 60 111 77
Binary 11100110 11001010 1011101 0 1100 111100 1010 110000 1001001 111111

Color Harmonies of #E6CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA5D

Black with #E6CA5D

Text Example


Text Example

White with #E6CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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