Html Css Color HEX #E8CD5E Golden Sand

📋 copy color: '#E8CD5E'

red 232 ◦ green 205 ◦ blue 94

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

Shades of Golden Sand #E8CD5E

Tints of Golden Sand #E8CD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 43.69%
G = 38.61%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8CD5E (or 0xE8CD5E) is known color: Golden Sand. HEX triplet: E8, CD and 5E. RGB value is (232,205,94). Sum of RGB (Red+Green+Blue) = 232+205+94=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD5E is #1732A1. Grayscale: #C8C8C8. Windows color (decimal): -1520290 or 6213096. OLE color: 6213096.

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

Color convert

RGB 232 205 94 -
CMYK 0 0.12 0.59 0.09
HSL 48.26º 0.75% 0.64% -
HSV(B) 48.26º 0.59% 0.91% -
XYZ 57.13 61.63 19.47 -
YUV 200.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 232 205 94 0 0.12 0.59 0.09 48.26 0.75 0.64
Hex E8 CD 5E 0 C 3B 9 30 4B 40
Octal 350 315 136 0 14 73 11 60 113 100
Binary 11101000 11001101 1011110 0 1100 111011 1001 110000 1001011 1000000

Color Harmonies of #E8CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CD5E

Black with #E8CD5E

Text Example


Text Example

White with #E8CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CD5E; }

 p { color: rgb(232,205,94); }

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

background-color css

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

 a { background-color: rgb(232,205,94); }

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

border-color css

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

 span { border-color: rgb(232,205,94); }

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