Html Css Color HEX #E0B051 Rob Roy

📋 copy color: '#E0B051'

red 224 ◦ green 176 ◦ blue 81

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

Shades of Rob Roy #E0B051

Tints of Rob Roy #E0B051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.84%

R = 46.57%
G = 36.59%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0B051 (or 0xE0B051) is known color: Rob Roy. HEX triplet: E0, B0 and 51. RGB value is (224,176,81). Sum of RGB (Red+Green+Blue) = 224+176+81=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B051 is #1F4FAE. Grayscale: #B3B3B3. Windows color (decimal): -2052015 or 5353696. OLE color: 5353696.

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

Color convert

RGB 224 176 81 -
CMYK 0 0.21 0.64 0.12
HSL 39.86º 0.7% 0.6% -
HSV(B) 39.86º 0.64% 0.88% -
XYZ 47.75 47.49 14.43 -
YUV 179.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 224 176 81 0 0.21 0.64 0.12 39.86 0.7 0.6
Hex E0 B0 51 0 15 40 C 28 46 3C
Octal 340 260 121 0 25 100 14 50 106 74
Binary 11100000 10110000 1010001 0 10101 1000000 1100 101000 1000110 111100

Color Harmonies of #E0B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B051

Black with #E0B051

Text Example


Text Example

White with #E0B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B051; }

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

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

background-color css

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

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

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

border-color css

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

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

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