Html Css Color HEX #E6A957 Rob Roy

📋 copy color: '#E6A957'

red 230 ◦ green 169 ◦ blue 87

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

Shades of Rob Roy #E6A957

Tints of Rob Roy #E6A957

RGB

 RED value IS 230 (90.23% from 255) = 47.33%

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

 BLUE value IS 87 (34.38% from 255) = 17.9%

R = 47.33%
G = 34.77%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6A957 (or 0xE6A957) is known color: Rob Roy. HEX triplet: E6, A9 and 57. RGB value is (230,169,87). Sum of RGB (Red+Green+Blue) = 230+169+87=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A957 is #1956A8. Grayscale: #B2B2B2. Windows color (decimal): -1660585 or 5745126. OLE color: 5745126.

HSL color Cylindrical-coordinate representation of color #E6A957: hue angle of 34.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6A957 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 169 87 -
CMYK 0 0.27 0.62 0.10
HSL 34.41º 0.74% 0.62% -
HSV(B) 34.41º 0.62% 0.9% -
XYZ 48.54 45.89 15.32 -
YUV 177.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 230 169 87 0 0.27 0.62 0.10 34.41 0.74 0.62
Hex E6 A9 57 0 1B 3E A 22 4A 3E
Octal 346 251 127 0 33 76 12 42 112 76
Binary 11100110 10101001 1010111 0 11011 111110 1010 100010 1001010 111110

Color Harmonies of #E6A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A957

Black with #E6A957

Text Example


Text Example

White with #E6A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A957; }

 p { color: rgb(230,169,87); }

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

background-color css

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

 a { background-color: rgb(230,169,87); }

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

border-color css

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

 span { border-color: rgb(230,169,87); }

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