Html Css Color HEX #E3A850 Rob Roy

📋 copy color: '#E3A850'

red 227 ◦ green 168 ◦ blue 80

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

Shades of Rob Roy #E3A850

Tints of Rob Roy #E3A850

RGB

 RED value IS 227 (89.06% from 255) = 47.79%

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

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 47.79%
G = 35.37%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3A850 (or 0xE3A850) is known color: Rob Roy. HEX triplet: E3, A8 and 50. RGB value is (227,168,80). Sum of RGB (Red+Green+Blue) = 227+168+80=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A850 is #1C57AF. Grayscale: #B0B0B0. Windows color (decimal): -1857456 or 5286115. OLE color: 5286115.

HSL color Cylindrical-coordinate representation of color #E3A850: hue angle of 35.92º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3A850 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 168 80 -
CMYK 0 0.26 0.65 0.11
HSL 35.92º 0.72% 0.6% -
HSV(B) 35.92º 0.65% 0.89% -
XYZ 47.13 44.92 13.77 -
YUV 175.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 227 168 80 0 0.26 0.65 0.11 35.92 0.72 0.6
Hex E3 A8 50 0 1A 41 B 24 48 3C
Octal 343 250 120 0 32 101 13 44 110 74
Binary 11100011 10101000 1010000 0 11010 1000001 1011 100100 1001000 111100

Color Harmonies of #E3A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A850

Black with #E3A850

Text Example


Text Example

White with #E3A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A850; }

 p { color: rgb(227,168,80); }

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

background-color css

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

 a { background-color: rgb(227,168,80); }

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

border-color css

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

 span { border-color: rgb(227,168,80); }

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