Html Css Color HEX #E7C265 Golden Sand

📋 copy color: '#E7C265'

red 231 ◦ green 194 ◦ blue 101

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

Shades of Golden Sand #E7C265

Tints of Golden Sand #E7C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

 BLUE value IS 101 (39.84% from 255) = 19.2%

R = 43.92%
G = 36.88%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E7C265 (or 0xE7C265) is known color: Golden Sand. HEX triplet: E7, C2 and 65. RGB value is (231,194,101). Sum of RGB (Red+Green+Blue) = 231+194+101=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C265 is #183D9A. Grayscale: #C2C2C2. Windows color (decimal): -1588635 or 6669031. OLE color: 6669031.

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

Color convert

RGB 231 194 101 -
CMYK 0 0.16 0.56 0.09
HSL 42.92º 0.73% 0.65% -
HSV(B) 42.92º 0.56% 0.91% -
XYZ 54.6 56.51 20.34 -
YUV 194.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 231 194 101 0 0.16 0.56 0.09 42.92 0.73 0.65
Hex E7 C2 65 0 10 38 9 2B 49 41
Octal 347 302 145 0 20 70 11 53 111 101
Binary 11100111 11000010 1100101 0 10000 111000 1001 101011 1001001 1000001

Color Harmonies of #E7C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C265

Black with #E7C265

Text Example


Text Example

White with #E7C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C265; }

 p { color: rgb(231,194,101); }

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

background-color css

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

 a { background-color: rgb(231,194,101); }

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

border-color css

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

 span { border-color: rgb(231,194,101); }

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