#e6b25a

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

Shades of Rob Roy #E6B25A

Tints of Rob Roy #E6B25A

Color information

#E6B25A (or 0xE6B25A) is unknown color: approx Rob Roy. HEX triplet: E6, B2 and 5A. RGB value is (230,178,90). Sum of RGB (Red+Green+Blue) = 230+178+90=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B25A is #194DA5. Grayscale: #B7B7B7. Windows color (decimal): -1658278 or 5944038. OLE color: 5944038.

HSL color Cylindrical-coordinate representation of color #E6B25A: hue angle of 37.71º 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 #E6B25A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB23017890-
CMYK00.230.610.10
HSL37.71º73.68%62.75%-
HSV(B)37.71º60.87%90.2%-
XYZ50.449.416.55-
YUV183.5275.23161.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.18%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 90 (35.55% from 255) = 18.07%
R=46.18%
G=35.74%
B=18.07%

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
Decimal2301789000.230.610.1037.7173.6862.75
HexE6B25A0173DA264a3f
Octal34626213202775124611277
Binary1110011010110010101101001011111110110101001101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b25a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b25a; }

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

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

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

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

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

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

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

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