Html Css Color HEX #E0B05C Rob Roy

📋 copy color: '#E0B05C'

red 224 ◦ green 176 ◦ blue 92

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

Shades of Rob Roy #E0B05C

Tints of Rob Roy #E0B05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.7%

R = 45.53%
G = 35.77%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0B05C (or 0xE0B05C) is known color: Rob Roy. HEX triplet: E0, B0 and 5C. RGB value is (224,176,92). Sum of RGB (Red+Green+Blue) = 224+176+92=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B05C is #1F4FA3. Grayscale: #B5B5B5. Windows color (decimal): -2052004 or 6074592. OLE color: 6074592.

HSL color Cylindrical-coordinate representation of color #E0B05C: hue angle of 38.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0B05C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 92 -
CMYK 0 0.21 0.59 0.12
HSL 38.18º 0.68% 0.62% -
HSV(B) 38.18º 0.59% 0.88% -
XYZ 48.2 47.67 16.79 -
YUV 180.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 224 176 92 0 0.21 0.59 0.12 38.18 0.68 0.62
Hex E0 B0 5C 0 15 3B C 26 44 3E
Octal 340 260 134 0 25 73 14 46 104 76
Binary 11100000 10110000 1011100 0 10101 111011 1100 100110 1000100 111110

Color Harmonies of #E0B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B05C

Black with #E0B05C

Text Example


Text Example

White with #E0B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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