Html Css Color HEX #E1A858 Rob Roy

📋 copy color: '#E1A858'

red 225 ◦ green 168 ◦ blue 88

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

Shades of Rob Roy #E1A858

Tints of Rob Roy #E1A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.93%

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 46.78%
G = 34.93%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E1A858 (or 0xE1A858) is known color: Rob Roy. HEX triplet: E1, A8 and 58. RGB value is (225,168,88). Sum of RGB (Red+Green+Blue) = 225+168+88=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A858 is #1E57A7. Grayscale: #B0B0B0. Windows color (decimal): -1988520 or 5810401. OLE color: 5810401.

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

Color convert

RGB 225 168 88 -
CMYK 0 0.25 0.61 0.12
HSL 35.04º 0.7% 0.61% -
HSV(B) 35.04º 0.61% 0.88% -
XYZ 46.82 44.72 15.4 -
YUV 175.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 225 168 88 0 0.25 0.61 0.12 35.04 0.7 0.61
Hex E1 A8 58 0 19 3D C 23 46 3D
Octal 341 250 130 0 31 75 14 43 106 75
Binary 11100001 10101000 1011000 0 11001 111101 1100 100011 1000110 111101

Color Harmonies of #E1A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A858

Black with #E1A858

Text Example


Text Example

White with #E1A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A858; }

 p { color: rgb(225,168,88); }

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

background-color css

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

 a { background-color: rgb(225,168,88); }

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

border-color css

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

 span { border-color: rgb(225,168,88); }

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