Html Css Color HEX #E0B05A Rob Roy

📋 copy color: '#E0B05A'

red 224 ◦ green 176 ◦ blue 90

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

Shades of Rob Roy #E0B05A

Tints of Rob Roy #E0B05A

RGB

 RED value IS 224 (87.89% from 255) = 45.71%

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

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

R = 45.71%
G = 35.92%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0B05A (or 0xE0B05A) is known color: Rob Roy. HEX triplet: E0, B0 and 5A. RGB value is (224,176,90). Sum of RGB (Red+Green+Blue) = 224+176+90=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B05A is #1F4FA5. Grayscale: #B4B4B4. Windows color (decimal): -2052006 or 5943520. OLE color: 5943520.

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

Color convert

RGB 224 176 90 -
CMYK 0 0.21 0.60 0.12
HSL 38.51º 0.68% 0.62% -
HSV(B) 38.51º 0.6% 0.88% -
XYZ 48.11 47.64 16.33 -
YUV 180.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 224 176 90 0 0.21 0.60 0.12 38.51 0.68 0.62
Hex E0 B0 5A 0 15 3C C 27 44 3E
Octal 340 260 132 0 25 74 14 47 104 76
Binary 11100000 10110000 1011010 0 10101 111100 1100 100111 1000100 111110

Color Harmonies of #E0B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B05A

Black with #E0B05A

Text Example


Text Example

White with #E0B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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