Html Css Color HEX #E0A756 Rob Roy

📋 copy color: '#E0A756'

red 224 ◦ green 167 ◦ blue 86

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

Shades of Rob Roy #E0A756

Tints of Rob Roy #E0A756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

 BLUE value IS 86 (33.98% from 255) = 18.03%

R = 46.96%
G = 35.01%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E0A756 (or 0xE0A756) is known color: Rob Roy. HEX triplet: E0, A7 and 56. RGB value is (224,167,86). Sum of RGB (Red+Green+Blue) = 224+167+86=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A756 is #1F58A9. Grayscale: #AFAFAF. Windows color (decimal): -2054314 or 5679072. OLE color: 5679072.

HSL color Cylindrical-coordinate representation of color #E0A756: hue angle of 35.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0A756 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 167 86 -
CMYK 0 0.25 0.62 0.12
HSL 35.22º 0.69% 0.61% -
HSV(B) 35.22º 0.62% 0.88% -
XYZ 46.24 44.16 14.89 -
YUV 174.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 224 167 86 0 0.25 0.62 0.12 35.22 0.69 0.61
Hex E0 A7 56 0 19 3E C 23 45 3D
Octal 340 247 126 0 31 76 14 43 105 75
Binary 11100000 10100111 1010110 0 11001 111110 1100 100011 1000101 111101

Color Harmonies of #E0A756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A756

Black with #E0A756

Text Example


Text Example

White with #E0A756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A756; }

 p { color: rgb(224,167,86); }

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

background-color css

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

 a { background-color: rgb(224,167,86); }

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

border-color css

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

 span { border-color: rgb(224,167,86); }

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