Html Css Color HEX #E7C76A Golden Sand

📋 copy color: '#E7C76A'

red 231 ◦ green 199 ◦ blue 106

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

Shades of Golden Sand #E7C76A

Tints of Golden Sand #E7C76A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.13%

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 43.1%
G = 37.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7C76A (or 0xE7C76A) is known color: Golden Sand. HEX triplet: E7, C7 and 6A. RGB value is (231,199,106). Sum of RGB (Red+Green+Blue) = 231+199+106=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C76A is #183895. Grayscale: #C6C6C6. Windows color (decimal): -1587350 or 6997991. OLE color: 6997991.

HSL color Cylindrical-coordinate representation of color #E7C76A: hue angle of 44.64º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7C76A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 199 106 -
CMYK 0 0.14 0.54 0.09
HSL 44.64º 0.72% 0.66% -
HSV(B) 44.64º 0.54% 0.91% -
XYZ 55.98 58.88 22.05 -
YUV 197.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 231 199 106 0 0.14 0.54 0.09 44.64 0.72 0.66
Hex E7 C7 6A 0 E 36 9 2D 48 42
Octal 347 307 152 0 16 66 11 55 110 102
Binary 11100111 11000111 1101010 0 1110 110110 1001 101101 1001000 1000010

Color Harmonies of #E7C76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C76A

Black with #E7C76A

Text Example


Text Example

White with #E7C76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C76A; }

 p { color: rgb(231,199,106); }

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

background-color css

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

 a { background-color: rgb(231,199,106); }

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

border-color css

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

 span { border-color: rgb(231,199,106); }

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