Html Css Color HEX #E1A756 Rob Roy

📋 copy color: '#E1A756'

red 225 ◦ green 167 ◦ blue 86

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

Shades of Rob Roy #E1A756

Tints of Rob Roy #E1A756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.94%

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

R = 47.07%
G = 34.94%
B = 17.99%

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

#E1A756 (or 0xE1A756) is known color: Rob Roy. HEX triplet: E1, A7 and 56. RGB value is (225,167,86). Sum of RGB (Red+Green+Blue) = 225+167+86=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A756 is #1E58A9. Grayscale: #AFAFAF. Windows color (decimal): -1988778 or 5679073. OLE color: 5679073.

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

Color convert

RGB 225 167 86 -
CMYK 0 0.26 0.62 0.12
HSL 34.96º 0.7% 0.61% -
HSV(B) 34.96º 0.62% 0.88% -
XYZ 46.55 44.32 14.9 -
YUV 175.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 225 167 86 0 0.26 0.62 0.12 34.96 0.7 0.61
Hex E1 A7 56 0 1A 3E C 23 46 3D
Octal 341 247 126 0 32 76 14 43 106 75
Binary 11100001 10100111 1010110 0 11010 111110 1100 100011 1000110 111101

Color Harmonies of #E1A756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A756

Black with #E1A756

Text Example


Text Example

White with #E1A756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A756; }

 p { color: rgb(225,167,86); }

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

background-color css

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

 a { background-color: rgb(225,167,86); }

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

border-color css

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

 span { border-color: rgb(225,167,86); }

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