Html Css Color HEX #E6AD50 Rob Roy

📋 copy color: '#E6AD50'

red 230 ◦ green 173 ◦ blue 80

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

Shades of Rob Roy #E6AD50

Tints of Rob Roy #E6AD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.56%

R = 47.62%
G = 35.82%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E6AD50 (or 0xE6AD50) is known color: Rob Roy. HEX triplet: E6, AD and 50. RGB value is (230,173,80). Sum of RGB (Red+Green+Blue) = 230+173+80=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD50 is #1952AF. Grayscale: #B3B3B3. Windows color (decimal): -1659568 or 5287398. OLE color: 5287398.

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

Color convert

RGB 230 173 80 -
CMYK 0 0.25 0.65 0.10
HSL 37.2º 0.75% 0.61% -
HSV(B) 37.2º 0.65% 0.9% -
XYZ 49.02 47.29 14.13 -
YUV 179.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 230 173 80 0 0.25 0.65 0.10 37.2 0.75 0.61
Hex E6 AD 50 0 19 41 A 25 4B 3D
Octal 346 255 120 0 31 101 12 45 113 75
Binary 11100110 10101101 1010000 0 11001 1000001 1010 100101 1001011 111101

Color Harmonies of #E6AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD50

Black with #E6AD50

Text Example


Text Example

White with #E6AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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