Html Css Color HEX #E6AB5B Rob Roy

📋 copy color: '#E6AB5B'

red 230 ◦ green 171 ◦ blue 91

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

Shades of Rob Roy #E6AB5B

Tints of Rob Roy #E6AB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 46.75%
G = 34.76%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6AB5B (or 0xE6AB5B) is known color: Rob Roy. HEX triplet: E6, AB and 5B. RGB value is (230,171,91). Sum of RGB (Red+Green+Blue) = 230+171+91=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB5B is #1954A4. Grayscale: #B3B3B3. Windows color (decimal): -1660069 or 6007782. OLE color: 6007782.

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

Color convert

RGB 230 171 91 -
CMYK 0 0.26 0.60 0.10
HSL 34.53º 0.74% 0.63% -
HSV(B) 34.53º 0.6% 0.9% -
XYZ 49.08 46.7 16.33 -
YUV 179.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 230 171 91 0 0.26 0.60 0.10 34.53 0.74 0.63
Hex E6 AB 5B 0 1A 3C A 23 4A 3F
Octal 346 253 133 0 32 74 12 43 112 77
Binary 11100110 10101011 1011011 0 11010 111100 1010 100011 1001010 111111

Color Harmonies of #E6AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB5B

Black with #E6AB5B

Text Example


Text Example

White with #E6AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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