Html Css Color HEX #E6AB56 Rob Roy

📋 copy color: '#E6AB56'

red 230 ◦ green 171 ◦ blue 86

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

Shades of Rob Roy #E6AB56

Tints of Rob Roy #E6AB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.66%

R = 47.23%
G = 35.11%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6AB56 (or 0xE6AB56) is known color: Rob Roy. HEX triplet: E6, AB and 56. RGB value is (230,171,86). Sum of RGB (Red+Green+Blue) = 230+171+86=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB56 is #1954A9. Grayscale: #B3B3B3. Windows color (decimal): -1660074 or 5680102. OLE color: 5680102.

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

Color convert

RGB 230 171 86 -
CMYK 0 0.26 0.63 0.10
HSL 35.42º 0.74% 0.62% -
HSV(B) 35.42º 0.63% 0.9% -
XYZ 48.88 46.62 15.23 -
YUV 178.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 230 171 86 0 0.26 0.63 0.10 35.42 0.74 0.62
Hex E6 AB 56 0 1A 3F A 23 4A 3E
Octal 346 253 126 0 32 77 12 43 112 76
Binary 11100110 10101011 1010110 0 11010 111111 1010 100011 1001010 111110

Color Harmonies of #E6AB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AB56

Black with #E6AB56

Text Example


Text Example

White with #E6AB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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