Html Css Color HEX #E8D964 Golden Sand

📋 copy color: '#E8D964'

red 232 ◦ green 217 ◦ blue 100

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

Shades of Golden Sand #E8D964

Tints of Golden Sand #E8D964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

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

R = 42.26%
G = 39.53%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E8D964 (or 0xE8D964) is known color: Golden Sand. HEX triplet: E8, D9 and 64. RGB value is (232,217,100). Sum of RGB (Red+Green+Blue) = 232+217+100=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D964 is #17269B. Grayscale: #D0D0D0. Windows color (decimal): -1517212 or 6609384. OLE color: 6609384.

HSL color Cylindrical-coordinate representation of color #E8D964: hue angle of 53.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 #E8D964 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 217 100 -
CMYK 0 0.06 0.57 0.09
HSL 53.18º 0.74% 0.65% -
HSV(B) 53.18º 0.57% 0.91% -
XYZ 60.39 67.7 21.94 -
YUV 208.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 232 217 100 0 0.06 0.57 0.09 53.18 0.74 0.65
Hex E8 D9 64 0 6 39 9 35 4A 41
Octal 350 331 144 0 6 71 11 65 112 101
Binary 11101000 11011001 1100100 0 110 111001 1001 110101 1001010 1000001

Color Harmonies of #E8D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D964

Black with #E8D964

Text Example


Text Example

White with #E8D964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D964; }

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

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

background-color css

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

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

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

border-color css

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

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

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