Html Css Color HEX #E6AC5B Rob Roy

📋 copy color: '#E6AC5B'

red 230 ◦ green 172 ◦ blue 91

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

Shades of Rob Roy #E6AC5B

Tints of Rob Roy #E6AC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.46%

R = 46.65%
G = 34.89%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6AC5B (or 0xE6AC5B) is known color: Rob Roy. HEX triplet: E6, AC and 5B. RGB value is (230,172,91). Sum of RGB (Red+Green+Blue) = 230+172+91=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AC5B is #1953A4. Grayscale: #B4B4B4. Windows color (decimal): -1659813 or 6008038. OLE color: 6008038.

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

Color convert

RGB 230 172 91 -
CMYK 0 0.25 0.60 0.10
HSL 34.96º 0.74% 0.63% -
HSV(B) 34.96º 0.6% 0.9% -
XYZ 49.27 47.08 16.39 -
YUV 180.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 230 172 91 0 0.25 0.60 0.10 34.96 0.74 0.63
Hex E6 AC 5B 0 19 3C A 23 4A 3F
Octal 346 254 133 0 31 74 12 43 112 77
Binary 11100110 10101100 1011011 0 11001 111100 1010 100011 1001010 111111

Color Harmonies of #E6AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AC5B

Black with #E6AC5B

Text Example


Text Example

White with #E6AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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