Html Css Color HEX #E7A850 Rob Roy

📋 copy color: '#E7A850'

red 231 ◦ green 168 ◦ blue 80

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

Shades of Rob Roy #E7A850

Tints of Rob Roy #E7A850

RGB

 RED value IS 231 (90.63% from 255) = 48.23%

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

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

R = 48.23%
G = 35.07%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7A850 (or 0xE7A850) is known color: Rob Roy. HEX triplet: E7, A8 and 50. RGB value is (231,168,80). Sum of RGB (Red+Green+Blue) = 231+168+80=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A850 is #1857AF. Grayscale: #B1B1B1. Windows color (decimal): -1595312 or 5286119. OLE color: 5286119.

HSL color Cylindrical-coordinate representation of color #E7A850: hue angle of 34.97º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7A850 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 168 80 -
CMYK 0 0.27 0.65 0.09
HSL 34.97º 0.76% 0.61% -
HSV(B) 34.97º 0.65% 0.91% -
XYZ 48.41 45.57 13.83 -
YUV 176.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 231 168 80 0 0.27 0.65 0.09 34.97 0.76 0.61
Hex E7 A8 50 0 1B 41 9 23 4C 3D
Octal 347 250 120 0 33 101 11 43 114 75
Binary 11100111 10101000 1010000 0 11011 1000001 1001 100011 1001100 111101

Color Harmonies of #E7A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A850

Black with #E7A850

Text Example


Text Example

White with #E7A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A850; }

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

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

background-color css

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

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

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

border-color css

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

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

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