Html Css Color HEX #E1A850 Rob Roy

📋 copy color: '#E1A850'

red 225 ◦ green 168 ◦ blue 80

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

Shades of Rob Roy #E1A850

Tints of Rob Roy #E1A850

RGB

 RED value IS 225 (88.28% from 255) = 47.57%

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

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

R = 47.57%
G = 35.52%
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

#E1A850 (or 0xE1A850) is known color: Rob Roy. HEX triplet: E1, A8 and 50. RGB value is (225,168,80). Sum of RGB (Red+Green+Blue) = 225+168+80=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A850 is #1E57AF. Grayscale: #AFAFAF. Windows color (decimal): -1988528 or 5286113. OLE color: 5286113.

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

Color convert

RGB 225 168 80 -
CMYK 0 0.25 0.64 0.12
HSL 36.41º 0.71% 0.6% -
HSV(B) 36.41º 0.64% 0.88% -
XYZ 46.5 44.59 13.75 -
YUV 175.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 225 168 80 0 0.25 0.64 0.12 36.41 0.71 0.6
Hex E1 A8 50 0 19 40 C 24 47 3C
Octal 341 250 120 0 31 100 14 44 107 74
Binary 11100001 10101000 1010000 0 11001 1000000 1100 100100 1000111 111100

Color Harmonies of #E1A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A850

Black with #E1A850

Text Example


Text Example

White with #E1A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A850; }

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

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

background-color css

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

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

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

border-color css

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

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

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