Html Css Color HEX #E2C764 Golden Sand

📋 copy color: '#E2C764'

red 226 ◦ green 199 ◦ blue 100

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

Shades of Golden Sand #E2C764

Tints of Golden Sand #E2C764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 43.05%
G = 37.9%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E2C764 (or 0xE2C764) is known color: Golden Sand. HEX triplet: E2, C7 and 64. RGB value is (226,199,100). Sum of RGB (Red+Green+Blue) = 226+199+100=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C764 is #1D389B. Grayscale: #C4C4C4. Windows color (decimal): -1915036 or 6604770. OLE color: 6604770.

HSL color Cylindrical-coordinate representation of color #E2C764: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2C764 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 199 100 -
CMYK 0 0.12 0.56 0.11
HSL 47.14º 0.68% 0.64% -
HSV(B) 47.14º 0.56% 0.89% -
XYZ 54.09 57.94 20.39 -
YUV 195.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 226 199 100 0 0.12 0.56 0.11 47.14 0.68 0.64
Hex E2 C7 64 0 C 38 B 2F 44 40
Octal 342 307 144 0 14 70 13 57 104 100
Binary 11100010 11000111 1100100 0 1100 111000 1011 101111 1000100 1000000

Color Harmonies of #E2C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C764

Black with #E2C764

Text Example


Text Example

White with #E2C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C764; }

 p { color: rgb(226,199,100); }

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

background-color css

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

 a { background-color: rgb(226,199,100); }

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

border-color css

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

 span { border-color: rgb(226,199,100); }

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