Html Css Color HEX #E8CF5E Golden Sand

📋 copy color: '#E8CF5E'

red 232 ◦ green 207 ◦ blue 94

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

Shades of Golden Sand #E8CF5E

Tints of Golden Sand #E8CF5E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.84%

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

R = 43.53%
G = 38.84%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8CF5E (or 0xE8CF5E) is known color: Golden Sand. HEX triplet: E8, CF and 5E. RGB value is (232,207,94). Sum of RGB (Red+Green+Blue) = 232+207+94=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF5E is #1730A1. Grayscale: #CACACA. Windows color (decimal): -1519778 or 6213608. OLE color: 6213608.

HSL color Cylindrical-coordinate representation of color #E8CF5E: hue angle of 49.13º 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 #E8CF5E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 207 94 -
CMYK 0 0.11 0.59 0.09
HSL 49.13º 0.75% 0.64% -
HSV(B) 49.13º 0.59% 0.91% -
XYZ 57.61 62.59 19.63 -
YUV 201.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 232 207 94 0 0.11 0.59 0.09 49.13 0.75 0.64
Hex E8 CF 5E 0 B 3B 9 31 4B 40
Octal 350 317 136 0 13 73 11 61 113 100
Binary 11101000 11001111 1011110 0 1011 111011 1001 110001 1001011 1000000

Color Harmonies of #E8CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CF5E

Black with #E8CF5E

Text Example


Text Example

White with #E8CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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