Html Css Color HEX #E2CA6D Golden Sand

📋 copy color: '#E2CA6D'

red 226 ◦ green 202 ◦ blue 109

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

Shades of Golden Sand #E2CA6D

Tints of Golden Sand #E2CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 42.09%
G = 37.62%
B = 20.3%

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

#E2CA6D (or 0xE2CA6D) is known color: Golden Sand. HEX triplet: E2, CA and 6D. RGB value is (226,202,109). Sum of RGB (Red+Green+Blue) = 226+202+109=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA6D is #1D3592. Grayscale: #C6C6C6. Windows color (decimal): -1914259 or 7195362. OLE color: 7195362.

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

Color convert

RGB 226 202 109 -
CMYK 0 0.11 0.52 0.11
HSL 47.69º 0.67% 0.66% -
HSV(B) 47.69º 0.52% 0.89% -
XYZ 55.24 59.51 23.04 -
YUV 198.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 226 202 109 0 0.11 0.52 0.11 47.69 0.67 0.66
Hex E2 CA 6D 0 B 34 B 30 43 42
Octal 342 312 155 0 13 64 13 60 103 102
Binary 11100010 11001010 1101101 0 1011 110100 1011 110000 1000011 1000010

Color Harmonies of #E2CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA6D

Black with #E2CA6D

Text Example


Text Example

White with #E2CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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