Html Css Color HEX #E8C364 Golden Sand

📋 copy color: '#E8C364'

red 232 ◦ green 195 ◦ blue 100

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

Shades of Golden Sand #E8C364

Tints of Golden Sand #E8C364

RGB

 RED value IS 232 (91.02% from 255) = 44.02%

 GREEN value IS 195 (76.56% from 255) = 37%

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

R = 44.02%
G = 37%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E8C364 (or 0xE8C364) is known color: Golden Sand. HEX triplet: E8, C3 and 64. RGB value is (232,195,100). Sum of RGB (Red+Green+Blue) = 232+195+100=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C364 is #173C9B. Grayscale: #C3C3C3. Windows color (decimal): -1522844 or 6603752. OLE color: 6603752.

HSL color Cylindrical-coordinate representation of color #E8C364: hue angle of 43.18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8C364 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 195 100 -
CMYK 0 0.16 0.57 0.09
HSL 43.18º 0.74% 0.65% -
HSV(B) 43.18º 0.57% 0.91% -
XYZ 55.09 57.11 20.18 -
YUV 195.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 232 195 100 0 0.16 0.57 0.09 43.18 0.74 0.65
Hex E8 C3 64 0 10 39 9 2B 4A 41
Octal 350 303 144 0 20 71 11 53 112 101
Binary 11101000 11000011 1100100 0 10000 111001 1001 101011 1001010 1000001

Color Harmonies of #E8C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C364

Black with #E8C364

Text Example


Text Example

White with #E8C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C364; }

 p { color: rgb(232,195,100); }

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

background-color css

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

 a { background-color: rgb(232,195,100); }

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

border-color css

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

 span { border-color: rgb(232,195,100); }

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