Html Css Color HEX #E6C971 Golden Sand

📋 copy color: '#E6C971'

red 230 ◦ green 201 ◦ blue 113

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

Shades of Golden Sand #E6C971

Tints of Golden Sand #E6C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 42.28%
G = 36.95%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E6C971 (or 0xE6C971) is known color: Golden Sand. HEX triplet: E6, C9 and 71. RGB value is (230,201,113). Sum of RGB (Red+Green+Blue) = 230+201+113=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C971 is #19368E. Grayscale: #C8C8C8. Windows color (decimal): -1652367 or 7457254. OLE color: 7457254.

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

Color convert

RGB 230 201 113 -
CMYK 0 0.13 0.51 0.10
HSL 45.13º 0.7% 0.67% -
HSV(B) 45.13º 0.51% 0.9% -
XYZ 56.5 59.79 24.19 -
YUV 199.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 230 201 113 0 0.13 0.51 0.10 45.13 0.7 0.67
Hex E6 C9 71 0 D 33 A 2D 46 43
Octal 346 311 161 0 15 63 12 55 106 103
Binary 11100110 11001001 1110001 0 1101 110011 1010 101101 1000110 1000011

Color Harmonies of #E6C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C971

Black with #E6C971

Text Example


Text Example

White with #E6C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C971; }

 p { color: rgb(230,201,113); }

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

background-color css

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

 a { background-color: rgb(230,201,113); }

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

border-color css

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

 span { border-color: rgb(230,201,113); }

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