Html Css Color HEX #E7A756 Rob Roy

📋 copy color: '#E7A756'

red 231 ◦ green 167 ◦ blue 86

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

Shades of Rob Roy #E7A756

Tints of Rob Roy #E7A756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

 BLUE value IS 86 (33.98% from 255) = 17.77%

R = 47.73%
G = 34.5%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E7A756 (or 0xE7A756) is known color: Rob Roy. HEX triplet: E7, A7 and 56. RGB value is (231,167,86). Sum of RGB (Red+Green+Blue) = 231+167+86=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A756 is #1858A9. Grayscale: #B1B1B1. Windows color (decimal): -1595562 or 5679079. OLE color: 5679079.

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

Color convert

RGB 231 167 86 -
CMYK 0 0.28 0.63 0.09
HSL 33.52º 0.75% 0.62% -
HSV(B) 33.52º 0.63% 0.91% -
XYZ 48.45 45.3 14.99 -
YUV 176.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 231 167 86 0 0.28 0.63 0.09 33.52 0.75 0.62
Hex E7 A7 56 0 1C 3F 9 22 4B 3E
Octal 347 247 126 0 34 77 11 42 113 76
Binary 11100111 10100111 1010110 0 11100 111111 1001 100010 1001011 111110

Color Harmonies of #E7A756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A756

Black with #E7A756

Text Example


Text Example

White with #E7A756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A756; }

 p { color: rgb(231,167,86); }

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

background-color css

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

 a { background-color: rgb(231,167,86); }

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

border-color css

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

 span { border-color: rgb(231,167,86); }

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