Html Css Color HEX #E2C96A Golden Sand

📋 copy color: '#E2C96A'

red 226 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #E2C96A

Tints of Golden Sand #E2C96A

RGB

 RED value IS 226 (88.67% from 255) = 42.4%

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

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 42.4%
G = 37.71%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2C96A (or 0xE2C96A) is known color: Golden Sand. HEX triplet: E2, C9 and 6A. RGB value is (226,201,106). Sum of RGB (Red+Green+Blue) = 226+201+106=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C96A is #1D3695. Grayscale: #C6C6C6. Windows color (decimal): -1914518 or 6998498. OLE color: 6998498.

HSL color Cylindrical-coordinate representation of color #E2C96A: hue angle of 47.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2C96A is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 201 106 -
CMYK 0 0.11 0.53 0.11
HSL 47.5º 0.67% 0.65% -
HSV(B) 47.5º 0.53% 0.89% -
XYZ 54.85 58.98 22.13 -
YUV 197.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 226 201 106 0 0.11 0.53 0.11 47.5 0.67 0.65
Hex E2 C9 6A 0 B 35 B 30 43 41
Octal 342 311 152 0 13 65 13 60 103 101
Binary 11100010 11001001 1101010 0 1011 110101 1011 110000 1000011 1000001

Color Harmonies of #E2C96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C96A

Black with #E2C96A

Text Example


Text Example

White with #E2C96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C96A; }

 p { color: rgb(226,201,106); }

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

background-color css

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

 a { background-color: rgb(226,201,106); }

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

border-color css

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

 span { border-color: rgb(226,201,106); }

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