Html Css Color HEX #E7CE5E Golden Sand

📋 copy color: '#E7CE5E'

red 231 ◦ green 206 ◦ blue 94

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

Shades of Golden Sand #E7CE5E

Tints of Golden Sand #E7CE5E

RGB

 RED value IS 231 (90.63% from 255) = 43.5%

 GREEN value IS 206 (80.86% from 255) = 38.79%

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

R = 43.5%
G = 38.79%
B = 17.7%

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

#E7CE5E (or 0xE7CE5E) is known color: Golden Sand. HEX triplet: E7, CE and 5E. RGB value is (231,206,94). Sum of RGB (Red+Green+Blue) = 231+206+94=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE5E is #1831A1. Grayscale: #C9C9C9. Windows color (decimal): -1585570 or 6213351. OLE color: 6213351.

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

Color convert

RGB 231 206 94 -
CMYK 0 0.11 0.59 0.09
HSL 49.05º 0.74% 0.64% -
HSV(B) 49.05º 0.59% 0.91% -
XYZ 57.05 61.94 19.54 -
YUV 200.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 231 206 94 0 0.11 0.59 0.09 49.05 0.74 0.64
Hex E7 CE 5E 0 B 3B 9 31 4A 40
Octal 347 316 136 0 13 73 11 61 112 100
Binary 11100111 11001110 1011110 0 1011 111011 1001 110001 1001010 1000000

Color Harmonies of #E7CE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CE5E

Black with #E7CE5E

Text Example


Text Example

White with #E7CE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CE5E; }

 p { color: rgb(231,206,94); }

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

background-color css

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

 a { background-color: rgb(231,206,94); }

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

border-color css

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

 span { border-color: rgb(231,206,94); }

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