Html Css Color HEX #E6AC5A Rob Roy

📋 copy color: '#E6AC5A'

red 230 ◦ green 172 ◦ blue 90

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

Shades of Rob Roy #E6AC5A

Tints of Rob Roy #E6AC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

 BLUE value IS 90 (35.55% from 255) = 18.29%

R = 46.75%
G = 34.96%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6AC5A (or 0xE6AC5A) is known color: Rob Roy. HEX triplet: E6, AC and 5A. RGB value is (230,172,90). Sum of RGB (Red+Green+Blue) = 230+172+90=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AC5A is #1953A5. Grayscale: #B4B4B4. Windows color (decimal): -1659814 or 5942502. OLE color: 5942502.

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

Color convert

RGB 230 172 90 -
CMYK 0 0.25 0.61 0.10
HSL 35.14º 0.74% 0.63% -
HSV(B) 35.14º 0.61% 0.9% -
XYZ 49.23 47.07 16.16 -
YUV 179.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 230 172 90 0 0.25 0.61 0.10 35.14 0.74 0.63
Hex E6 AC 5A 0 19 3D A 23 4A 3F
Octal 346 254 132 0 31 75 12 43 112 77
Binary 11100110 10101100 1011010 0 11001 111101 1010 100011 1001010 111111

Color Harmonies of #E6AC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AC5A

Black with #E6AC5A

Text Example


Text Example

White with #E6AC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AC5A; }

 p { color: rgb(230,172,90); }

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

background-color css

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

 a { background-color: rgb(230,172,90); }

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

border-color css

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

 span { border-color: rgb(230,172,90); }

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