Html Css Color HEX #E6A854 Rob Roy

📋 copy color: '#E6A854'

red 230 ◦ green 168 ◦ blue 84

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

Shades of Rob Roy #E6A854

Tints of Rob Roy #E6A854

RGB

 RED value IS 230 (90.23% from 255) = 47.72%

 GREEN value IS 168 (66.02% from 255) = 34.85%

 BLUE value IS 84 (33.2% from 255) = 17.43%

R = 47.72%
G = 34.85%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6A854 (or 0xE6A854) is known color: Rob Roy. HEX triplet: E6, A8 and 54. RGB value is (230,168,84). Sum of RGB (Red+Green+Blue) = 230+168+84=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A854 is #1957AB. Grayscale: #B1B1B1. Windows color (decimal): -1660844 or 5548262. OLE color: 5548262.

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

Color convert

RGB 230 168 84 -
CMYK 0 0.27 0.63 0.10
HSL 34.52º 0.74% 0.62% -
HSV(B) 34.52º 0.63% 0.9% -
XYZ 48.24 45.47 14.62 -
YUV 176.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 230 168 84 0 0.27 0.63 0.10 34.52 0.74 0.62
Hex E6 A8 54 0 1B 3F A 23 4A 3E
Octal 346 250 124 0 33 77 12 43 112 76
Binary 11100110 10101000 1010100 0 11011 111111 1010 100011 1001010 111110

Color Harmonies of #E6A854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A854

Black with #E6A854

Text Example


Text Example

White with #E6A854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A854; }

 p { color: rgb(230,168,84); }

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

background-color css

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

 a { background-color: rgb(230,168,84); }

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

border-color css

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

 span { border-color: rgb(230,168,84); }

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