Html Css Color HEX #E6A85B Rob Roy

📋 copy color: '#E6A85B'

red 230 ◦ green 168 ◦ blue 91

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

Shades of Rob Roy #E6A85B

Tints of Rob Roy #E6A85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.61%

R = 47.03%
G = 34.36%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6A85B (or 0xE6A85B) is known color: Rob Roy. HEX triplet: E6, A8 and 5B. RGB value is (230,168,91). Sum of RGB (Red+Green+Blue) = 230+168+91=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A85B is #1957A4. Grayscale: #B2B2B2. Windows color (decimal): -1660837 or 6007014. OLE color: 6007014.

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

Color convert

RGB 230 168 91 -
CMYK 0 0.27 0.60 0.10
HSL 33.24º 0.74% 0.63% -
HSV(B) 33.24º 0.6% 0.9% -
XYZ 48.52 45.58 16.14 -
YUV 177.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 230 168 91 0 0.27 0.60 0.10 33.24 0.74 0.63
Hex E6 A8 5B 0 1B 3C A 21 4A 3F
Octal 346 250 133 0 33 74 12 41 112 77
Binary 11100110 10101000 1011011 0 11011 111100 1010 100001 1001010 111111

Color Harmonies of #E6A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A85B

Black with #E6A85B

Text Example


Text Example

White with #E6A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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