Html Css Color HEX #E1A555 Rob Roy

📋 copy color: '#E1A555'

red 225 ◦ green 165 ◦ blue 85

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

Shades of Rob Roy #E1A555

Tints of Rob Roy #E1A555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.89%

R = 47.37%
G = 34.74%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E1A555 (or 0xE1A555) is known color: Rob Roy. HEX triplet: E1, A5 and 55. RGB value is (225,165,85). Sum of RGB (Red+Green+Blue) = 225+165+85=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A555 is #1E5AAA. Grayscale: #AEAEAE. Windows color (decimal): -1989291 or 5613025. OLE color: 5613025.

HSL color Cylindrical-coordinate representation of color #E1A555: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1A555 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 85 -
CMYK 0 0.27 0.62 0.12
HSL 34.29º 0.7% 0.61% -
HSV(B) 34.29º 0.62% 0.88% -
XYZ 46.15 43.57 14.57 -
YUV 173.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 225 165 85 0 0.27 0.62 0.12 34.29 0.7 0.61
Hex E1 A5 55 0 1B 3E C 22 46 3D
Octal 341 245 125 0 33 76 14 42 106 75
Binary 11100001 10100101 1010101 0 11011 111110 1100 100010 1000110 111101

Color Harmonies of #E1A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A555

Black with #E1A555

Text Example


Text Example

White with #E1A555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A555; }

 p { color: rgb(225,165,85); }

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

background-color css

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

 a { background-color: rgb(225,165,85); }

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

border-color css

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

 span { border-color: rgb(225,165,85); }

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