#E7AC5C

Color #E7AC5C Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #E7AC5C

Tints of Rob Roy #E7AC5C

Color information

#E7AC5C (or 0xE7AC5C) is unknown color: approx Rob Roy. HEX triplet: E7, AC and 5C. RGB value is (231,172,92). Sum of RGB (Red+Green+Blue) = 231+172+92=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AC5C is #1853A3. Grayscale: #B4B4B4. Windows color (decimal): -1594276 or 6073575. OLE color: 6073575.

HSL color Cylindrical-coordinate representation of color #E7AC5C: hue angle of 34.53º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7AC5C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23117292-
CMYK00.260.600.09
HSL34.53º74.33%63.33%-
HSV(B)34.53º60.17%90.59%-
XYZ49.6447.2716.63-
YUV180.5278.05164-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=46.67%
G=34.75%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311729200.260.600.0934.5374.3363.33
HexE7AC5C01A3C9234a3f
Octal34725413403274114311277
Binary1110011110101100101110001101011110010011000111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AC5C; }

 p { color: rgb(231,172,92); }

 H1.HeaderClassName
 {
   color: #E7AC5C;
 }
 .AnyTagClassName
 {
   color: #E7AC5C;
 }
</style>
background-color css

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

 a { background-color: rgb(231,172,92); }

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

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

 span { border-color: rgb(231,172,92); }

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