Html Css Color HEX #E1AF5B Rob Roy

📋 copy color: '#E1AF5B'

red 225 ◦ green 175 ◦ blue 91

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

Shades of Rob Roy #E1AF5B

Tints of Rob Roy #E1AF5B

RGB

 RED value IS 225 (88.28% from 255) = 45.82%

 GREEN value IS 175 (68.75% from 255) = 35.64%

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

R = 45.82%
G = 35.64%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1AF5B (or 0xE1AF5B) is known color: Rob Roy. HEX triplet: E1, AF and 5B. RGB value is (225,175,91). Sum of RGB (Red+Green+Blue) = 225+175+91=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF5B is #1E50A4. Grayscale: #B4B4B4. Windows color (decimal): -1986725 or 6008801. OLE color: 6008801.

HSL color Cylindrical-coordinate representation of color #E1AF5B: hue angle of 37.61º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1AF5B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 91 -
CMYK 0 0.22 0.60 0.12
HSL 37.61º 0.69% 0.62% -
HSV(B) 37.61º 0.6% 0.88% -
XYZ 48.27 47.42 16.51 -
YUV 180.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 225 175 91 0 0.22 0.60 0.12 37.61 0.69 0.62
Hex E1 AF 5B 0 16 3C C 26 45 3E
Octal 341 257 133 0 26 74 14 46 105 76
Binary 11100001 10101111 1011011 0 10110 111100 1100 100110 1000101 111110

Color Harmonies of #E1AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF5B

Black with #E1AF5B

Text Example


Text Example

White with #E1AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF5B; }

 p { color: rgb(225,175,91); }

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

background-color css

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

 a { background-color: rgb(225,175,91); }

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

border-color css

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

 span { border-color: rgb(225,175,91); }

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