Html Css Color HEX #E6CA6D Golden Sand

📋 copy color: '#E6CA6D'

red 230 ◦ green 202 ◦ blue 109

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

Shades of Golden Sand #E6CA6D

Tints of Golden Sand #E6CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 42.51%
G = 37.34%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6CA6D (or 0xE6CA6D) is known color: Golden Sand. HEX triplet: E6, CA and 6D. RGB value is (230,202,109). Sum of RGB (Red+Green+Blue) = 230+202+109=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA6D is #193592. Grayscale: #C8C8C8. Windows color (decimal): -1652115 or 7195366. OLE color: 7195366.

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

Color convert

RGB 230 202 109 -
CMYK 0 0.12 0.53 0.10
HSL 46.12º 0.71% 0.66% -
HSV(B) 46.12º 0.53% 0.9% -
XYZ 56.51 60.17 23.1 -
YUV 199.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 230 202 109 0 0.12 0.53 0.10 46.12 0.71 0.66
Hex E6 CA 6D 0 C 35 A 2E 47 42
Octal 346 312 155 0 14 65 12 56 107 102
Binary 11100110 11001010 1101101 0 1100 110101 1010 101110 1000111 1000010

Color Harmonies of #E6CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA6D

Black with #E6CA6D

Text Example


Text Example

White with #E6CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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