Html Css Color HEX #E6CA6E Golden Sand

📋 copy color: '#E6CA6E'

red 230 ◦ green 202 ◦ blue 110

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

Shades of Golden Sand #E6CA6E

Tints of Golden Sand #E6CA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 42.44%
G = 37.27%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6CA6E (or 0xE6CA6E) is known color: Golden Sand. HEX triplet: E6, CA and 6E. RGB value is (230,202,110). Sum of RGB (Red+Green+Blue) = 230+202+110=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA6E is #193591. Grayscale: #C8C8C8. Windows color (decimal): -1652114 or 7260902. OLE color: 7260902.

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

Color convert

RGB 230 202 110 -
CMYK 0 0.12 0.52 0.10
HSL 46º 0.71% 0.67% -
HSV(B) 46º 0.52% 0.9% -
XYZ 56.57 60.19 23.39 -
YUV 199.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 230 202 110 0 0.12 0.52 0.10 46 0.71 0.67
Hex E6 CA 6E 0 C 34 A 2E 47 43
Octal 346 312 156 0 14 64 12 56 107 103
Binary 11100110 11001010 1101110 0 1100 110100 1010 101110 1000111 1000011

Color Harmonies of #E6CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA6E

Black with #E6CA6E

Text Example


Text Example

White with #E6CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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