Html Css Color HEX #E6CA5E Golden Sand

📋 copy color: '#E6CA5E'

red 230 ◦ green 202 ◦ blue 94

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

Shades of Golden Sand #E6CA5E

Tints of Golden Sand #E6CA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.87%

R = 43.73%
G = 38.4%
B = 17.87%

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

#E6CA5E (or 0xE6CA5E) is known color: Golden Sand. HEX triplet: E6, CA and 5E. RGB value is (230,202,94). Sum of RGB (Red+Green+Blue) = 230+202+94=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA5E is #1935A1. Grayscale: #C6C6C6. Windows color (decimal): -1652130 or 6212326. OLE color: 6212326.

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

Color convert

RGB 230 202 94 -
CMYK 0 0.12 0.59 0.10
HSL 47.65º 0.73% 0.64% -
HSV(B) 47.65º 0.59% 0.9% -
XYZ 55.77 59.87 19.21 -
YUV 198.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 230 202 94 0 0.12 0.59 0.10 47.65 0.73 0.64
Hex E6 CA 5E 0 C 3B A 30 49 40
Octal 346 312 136 0 14 73 12 60 111 100
Binary 11100110 11001010 1011110 0 1100 111011 1010 110000 1001001 1000000

Color Harmonies of #E6CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA5E

Black with #E6CA5E

Text Example


Text Example

White with #E6CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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