Html Css Color HEX #E1B05A Rob Roy

📋 copy color: '#E1B05A'

red 225 ◦ green 176 ◦ blue 90

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

Shades of Rob Roy #E1B05A

Tints of Rob Roy #E1B05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 45.82%
G = 35.85%
B = 18.33%

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

#E1B05A (or 0xE1B05A) is known color: Rob Roy. HEX triplet: E1, B0 and 5A. RGB value is (225,176,90). Sum of RGB (Red+Green+Blue) = 225+176+90=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B05A is #1E4FA5. Grayscale: #B5B5B5. Windows color (decimal): -1986470 or 5943521. OLE color: 5943521.

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

Color convert

RGB 225 176 90 -
CMYK 0 0.22 0.60 0.12
HSL 38.22º 0.69% 0.62% -
HSV(B) 38.22º 0.6% 0.88% -
XYZ 48.42 47.8 16.35 -
YUV 180.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 225 176 90 0 0.22 0.60 0.12 38.22 0.69 0.62
Hex E1 B0 5A 0 16 3C C 26 45 3E
Octal 341 260 132 0 26 74 14 46 105 76
Binary 11100001 10110000 1011010 0 10110 111100 1100 100110 1000101 111110

Color Harmonies of #E1B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B05A

Black with #E1B05A

Text Example


Text Example

White with #E1B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B05A; }

 p { color: rgb(225,176,90); }

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

background-color css

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

 a { background-color: rgb(225,176,90); }

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

border-color css

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

 span { border-color: rgb(225,176,90); }

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