Html Css Color HEX #E1A655 Rob Roy

📋 copy color: '#E1A655'

red 225 ◦ green 166 ◦ blue 85

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

Shades of Rob Roy #E1A655

Tints of Rob Roy #E1A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

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

R = 47.27%
G = 34.87%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E1A655 (or 0xE1A655) is known color: Rob Roy. HEX triplet: E1, A6 and 55. RGB value is (225,166,85). Sum of RGB (Red+Green+Blue) = 225+166+85=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A655 is #1E59AA. Grayscale: #AEAEAE. Windows color (decimal): -1989035 or 5613281. OLE color: 5613281.

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

Color convert

RGB 225 166 85 -
CMYK 0 0.26 0.62 0.12
HSL 34.71º 0.7% 0.61% -
HSV(B) 34.71º 0.62% 0.88% -
XYZ 46.33 43.94 14.63 -
YUV 174.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 225 166 85 0 0.26 0.62 0.12 34.71 0.7 0.61
Hex E1 A6 55 0 1A 3E C 23 46 3D
Octal 341 246 125 0 32 76 14 43 106 75
Binary 11100001 10100110 1010101 0 11010 111110 1100 100011 1000110 111101

Color Harmonies of #E1A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A655

Black with #E1A655

Text Example


Text Example

White with #E1A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A655; }

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

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

background-color css

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

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

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

border-color css

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

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

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