#E6B05A

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

Shades of Rob Roy #E6B05A

Tints of Rob Roy #E6B05A

Color information

#E6B05A (or 0xE6B05A) is unknown color: approx Rob Roy. HEX triplet: E6, B0 and 5A. RGB value is (230,176,90). Sum of RGB (Red+Green+Blue) = 230+176+90=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B05A is #194FA5. Grayscale: #B6B6B6. Windows color (decimal): -1658790 or 5943526. OLE color: 5943526.

HSL color Cylindrical-coordinate representation of color #E6B05A: hue angle of 36.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6B05A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB23017690-
CMYK00.230.610.10
HSL36.86º73.68%62.75%-
HSV(B)36.86º60.87%90.2%-
XYZ5048.6116.42-
YUV182.3475.89161.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=46.37%
G=35.48%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301769000.230.610.1036.8673.6862.75
HexE6B05A0173DA254a3f
Octal34626013202775124511277
Binary1110011010110000101101001011111110110101001011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B05A; }

 p { color: rgb(230,176,90); }

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

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

 a { background-color: rgb(230,176,90); }

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

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

 span { border-color: rgb(230,176,90); }

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