Html Css Color HEX #E0A950 Rob Roy

📋 copy color: '#E0A950'

red 224 ◦ green 169 ◦ blue 80

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

Shades of Rob Roy #E0A950

Tints of Rob Roy #E0A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

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

R = 47.36%
G = 35.73%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0A950 (or 0xE0A950) is known color: Rob Roy. HEX triplet: E0, A9 and 50. RGB value is (224,169,80). Sum of RGB (Red+Green+Blue) = 224+169+80=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A950 is #1F56AF. Grayscale: #AFAFAF. Windows color (decimal): -2053808 or 5286368. OLE color: 5286368.

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

Color convert

RGB 224 169 80 -
CMYK 0 0.25 0.64 0.12
HSL 37.08º 0.7% 0.6% -
HSV(B) 37.08º 0.64% 0.88% -
XYZ 46.38 44.8 13.79 -
YUV 175.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 224 169 80 0 0.25 0.64 0.12 37.08 0.7 0.6
Hex E0 A9 50 0 19 40 C 25 46 3C
Octal 340 251 120 0 31 100 14 45 106 74
Binary 11100000 10101001 1010000 0 11001 1000000 1100 100101 1000110 111100

Color Harmonies of #E0A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A950

Black with #E0A950

Text Example


Text Example

White with #E0A950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A950; }

 p { color: rgb(224,169,80); }

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

background-color css

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

 a { background-color: rgb(224,169,80); }

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

border-color css

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

 span { border-color: rgb(224,169,80); }

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