Html Css Color HEX #E6A551 Rob Roy

📋 copy color: '#E6A551'

red 230 ◦ green 165 ◦ blue 81

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

Shades of Rob Roy #E6A551

Tints of Rob Roy #E6A551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

 BLUE value IS 81 (32.03% from 255) = 17.02%

R = 48.32%
G = 34.66%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E6A551 (or 0xE6A551) is known color: Rob Roy. HEX triplet: E6, A5 and 51. RGB value is (230,165,81). Sum of RGB (Red+Green+Blue) = 230+165+81=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A551 is #195AAE. Grayscale: #AFAFAF. Windows color (decimal): -1661615 or 5350886. OLE color: 5350886.

HSL color Cylindrical-coordinate representation of color #E6A551: hue angle of 33.83º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6A551 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 81 -
CMYK 0 0.28 0.65 0.10
HSL 33.83º 0.75% 0.61% -
HSV(B) 33.83º 0.65% 0.9% -
XYZ 47.57 44.33 13.83 -
YUV 174.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 230 165 81 0 0.28 0.65 0.10 33.83 0.75 0.61
Hex E6 A5 51 0 1C 41 A 22 4B 3D
Octal 346 245 121 0 34 101 12 42 113 75
Binary 11100110 10100101 1010001 0 11100 1000001 1010 100010 1001011 111101

Color Harmonies of #E6A551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A551

Black with #E6A551

Text Example


Text Example

White with #E6A551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A551; }

 p { color: rgb(230,165,81); }

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

background-color css

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

 a { background-color: rgb(230,165,81); }

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

border-color css

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

 span { border-color: rgb(230,165,81); }

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