Html Css Color HEX #E7A64D Rob Roy

📋 copy color: '#E7A64D'

red 231 ◦ green 166 ◦ blue 77

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

Shades of Rob Roy #E7A64D

Tints of Rob Roy #E7A64D

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

 GREEN value IS 166 (65.23% from 255) = 35.02%

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 48.73%
G = 35.02%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7A64D (or 0xE7A64D) is known color: Rob Roy. HEX triplet: E7, A6 and 4D. RGB value is (231,166,77). Sum of RGB (Red+Green+Blue) = 231+166+77=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A64D is #1859B2. Grayscale: #AFAFAF. Windows color (decimal): -1595827 or 5088999. OLE color: 5088999.

HSL color Cylindrical-coordinate representation of color #E7A64D: hue angle of 34.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7A64D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 166 77 -
CMYK 0 0.28 0.67 0.09
HSL 34.68º 0.76% 0.6% -
HSV(B) 34.68º 0.67% 0.91% -
XYZ 47.93 44.8 13.14 -
YUV 175.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 231 166 77 0 0.28 0.67 0.09 34.68 0.76 0.6
Hex E7 A6 4D 0 1C 43 9 23 4C 3C
Octal 347 246 115 0 34 103 11 43 114 74
Binary 11100111 10100110 1001101 0 11100 1000011 1001 100011 1001100 111100

Color Harmonies of #E7A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A64D

Black with #E7A64D

Text Example


Text Example

White with #E7A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A64D; }

 p { color: rgb(231,166,77); }

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

background-color css

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

 a { background-color: rgb(231,166,77); }

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

border-color css

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

 span { border-color: rgb(231,166,77); }

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