Html Css Color HEX #E6AB5A Rob Roy

📋 copy color: '#E6AB5A'

red 230 ◦ green 171 ◦ blue 90

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

Shades of Rob Roy #E6AB5A

Tints of Rob Roy #E6AB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 46.84%
G = 34.83%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6AB5A (or 0xE6AB5A) is known color: Rob Roy. HEX triplet: E6, AB and 5A. RGB value is (230,171,90). Sum of RGB (Red+Green+Blue) = 230+171+90=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB5A is #1954A5. Grayscale: #B3B3B3. Windows color (decimal): -1660070 or 5942246. OLE color: 5942246.

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

Color convert

RGB 230 171 90 -
CMYK 0 0.26 0.61 0.10
HSL 34.71º 0.74% 0.63% -
HSV(B) 34.71º 0.61% 0.9% -
XYZ 49.04 46.69 16.1 -
YUV 179.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 230 171 90 0 0.26 0.61 0.10 34.71 0.74 0.63
Hex E6 AB 5A 0 1A 3D A 23 4A 3F
Octal 346 253 132 0 32 75 12 43 112 77
Binary 11100110 10101011 1011010 0 11010 111101 1010 100011 1001010 111111

Color Harmonies of #E6AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB5A

Black with #E6AB5A

Text Example


Text Example

White with #E6AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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