Html Css Color HEX #E8D061 Golden Sand

📋 copy color: '#E8D061'

red 232 ◦ green 208 ◦ blue 97

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

Shades of Golden Sand #E8D061

Tints of Golden Sand #E8D061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

 BLUE value IS 97 (38.28% from 255) = 18.06%

R = 43.2%
G = 38.73%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E8D061 (or 0xE8D061) is known color: Golden Sand. HEX triplet: E8, D0 and 61. RGB value is (232,208,97). Sum of RGB (Red+Green+Blue) = 232+208+97=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D061 is #172F9E. Grayscale: #CACACA. Windows color (decimal): -1519519 or 6410472. OLE color: 6410472.

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

Color convert

RGB 232 208 97 -
CMYK 0 0.10 0.58 0.09
HSL 49.33º 0.75% 0.65% -
HSV(B) 49.33º 0.58% 0.91% -
XYZ 57.99 63.13 20.44 -
YUV 202.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 232 208 97 0 0.10 0.58 0.09 49.33 0.75 0.65
Hex E8 D0 61 0 A 3A 9 31 4B 41
Octal 350 320 141 0 12 72 11 61 113 101
Binary 11101000 11010000 1100001 0 1010 111010 1001 110001 1001011 1000001

Color Harmonies of #E8D061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D061

Black with #E8D061

Text Example


Text Example

White with #E8D061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D061; }

 p { color: rgb(232,208,97); }

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

background-color css

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

 a { background-color: rgb(232,208,97); }

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

border-color css

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

 span { border-color: rgb(232,208,97); }

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