Html Css Color HEX #E2CA6C Golden Sand

📋 copy color: '#E2CA6C'

red 226 ◦ green 202 ◦ blue 108

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

Shades of Golden Sand #E2CA6C

Tints of Golden Sand #E2CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 42.16%
G = 37.69%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2CA6C (or 0xE2CA6C) is known color: Golden Sand. HEX triplet: E2, CA and 6C. RGB value is (226,202,108). Sum of RGB (Red+Green+Blue) = 226+202+108=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA6C is #1D3593. Grayscale: #C6C6C6. Windows color (decimal): -1914260 or 7129826. OLE color: 7129826.

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

Color convert

RGB 226 202 108 -
CMYK 0 0.11 0.52 0.11
HSL 47.8º 0.67% 0.65% -
HSV(B) 47.8º 0.52% 0.89% -
XYZ 55.19 59.49 22.76 -
YUV 198.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 226 202 108 0 0.11 0.52 0.11 47.8 0.67 0.65
Hex E2 CA 6C 0 B 34 B 30 43 41
Octal 342 312 154 0 13 64 13 60 103 101
Binary 11100010 11001010 1101100 0 1011 110100 1011 110000 1000011 1000001

Color Harmonies of #E2CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA6C

Black with #E2CA6C

Text Example


Text Example

White with #E2CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA6C; }

 p { color: rgb(226,202,108); }

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

background-color css

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

 a { background-color: rgb(226,202,108); }

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

border-color css

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

 span { border-color: rgb(226,202,108); }

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