Html Css Color HEX #E6CA70 Golden Sand

📋 copy color: '#E6CA70'

red 230 ◦ green 202 ◦ blue 112

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

Shades of Golden Sand #E6CA70

Tints of Golden Sand #E6CA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.59%

R = 42.28%
G = 37.13%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E6CA70 (or 0xE6CA70) is known color: Golden Sand. HEX triplet: E6, CA and 70. RGB value is (230,202,112). Sum of RGB (Red+Green+Blue) = 230+202+112=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA70 is #19358F. Grayscale: #C8C8C8. Windows color (decimal): -1652112 or 7391974. OLE color: 7391974.

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

Color convert

RGB 230 202 112 -
CMYK 0 0.12 0.51 0.10
HSL 45.76º 0.7% 0.67% -
HSV(B) 45.76º 0.51% 0.9% -
XYZ 56.68 60.23 23.97 -
YUV 200.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 230 202 112 0 0.12 0.51 0.10 45.76 0.7 0.67
Hex E6 CA 70 0 C 33 A 2E 46 43
Octal 346 312 160 0 14 63 12 56 106 103
Binary 11100110 11001010 1110000 0 1100 110011 1010 101110 1000110 1000011

Color Harmonies of #E6CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA70

Black with #E6CA70

Text Example


Text Example

White with #E6CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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