Html Css Color HEX #E0A656 Rob Roy

📋 copy color: '#E0A656'

red 224 ◦ green 166 ◦ blue 86

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

Shades of Rob Roy #E0A656

Tints of Rob Roy #E0A656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

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

R = 47.06%
G = 34.87%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E0A656 (or 0xE0A656) is known color: Rob Roy. HEX triplet: E0, A6 and 56. RGB value is (224,166,86). Sum of RGB (Red+Green+Blue) = 224+166+86=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A656 is #1F59A9. Grayscale: #AEAEAE. Windows color (decimal): -2054570 or 5678816. OLE color: 5678816.

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

Color convert

RGB 224 166 86 -
CMYK 0 0.26 0.62 0.12
HSL 34.78º 0.69% 0.61% -
HSV(B) 34.78º 0.62% 0.88% -
XYZ 46.06 43.79 14.83 -
YUV 174.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 224 166 86 0 0.26 0.62 0.12 34.78 0.69 0.61
Hex E0 A6 56 0 1A 3E C 23 45 3D
Octal 340 246 126 0 32 76 14 43 105 75
Binary 11100000 10100110 1010110 0 11010 111110 1100 100011 1000101 111101

Color Harmonies of #E0A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A656

Black with #E0A656

Text Example


Text Example

White with #E0A656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A656; }

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

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

background-color css

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

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

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

border-color css

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

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

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