Html Css Color HEX #E6AD56 Rob Roy

📋 copy color: '#E6AD56'

red 230 ◦ green 173 ◦ blue 86

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

Shades of Rob Roy #E6AD56

Tints of Rob Roy #E6AD56

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

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

R = 47.03%
G = 35.38%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6AD56 (or 0xE6AD56) is known color: Rob Roy. HEX triplet: E6, AD and 56. RGB value is (230,173,86). Sum of RGB (Red+Green+Blue) = 230+173+86=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD56 is #1952A9. Grayscale: #B4B4B4. Windows color (decimal): -1659562 or 5680614. OLE color: 5680614.

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

Color convert

RGB 230 173 86 -
CMYK 0 0.25 0.63 0.10
HSL 36.25º 0.74% 0.62% -
HSV(B) 36.25º 0.63% 0.9% -
XYZ 49.26 47.38 15.35 -
YUV 180.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 230 173 86 0 0.25 0.63 0.10 36.25 0.74 0.62
Hex E6 AD 56 0 19 3F A 24 4A 3E
Octal 346 255 126 0 31 77 12 44 112 76
Binary 11100110 10101101 1010110 0 11001 111111 1010 100100 1001010 111110

Color Harmonies of #E6AD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD56

Black with #E6AD56

Text Example


Text Example

White with #E6AD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD56; }

 p { color: rgb(230,173,86); }

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

background-color css

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

 a { background-color: rgb(230,173,86); }

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

border-color css

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

 span { border-color: rgb(230,173,86); }

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