Html Css Color HEX #E0A75B Rob Roy

📋 copy color: '#E0A75B'

red 224 ◦ green 167 ◦ blue 91

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

Shades of Rob Roy #E0A75B

Tints of Rob Roy #E0A75B

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

 GREEN value IS 167 (65.63% from 255) = 34.65%

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

R = 46.47%
G = 34.65%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0A75B (or 0xE0A75B) is known color: Rob Roy. HEX triplet: E0, A7 and 5B. RGB value is (224,167,91). Sum of RGB (Red+Green+Blue) = 224+167+91=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A75B is #1F58A4. Grayscale: #AFAFAF. Windows color (decimal): -2054309 or 6006752. OLE color: 6006752.

HSL color Cylindrical-coordinate representation of color #E0A75B: hue angle of 34.29º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0A75B is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 167 91 -
CMYK 0 0.25 0.59 0.12
HSL 34.29º 0.68% 0.62% -
HSV(B) 34.29º 0.59% 0.88% -
XYZ 46.45 44.24 15.99 -
YUV 175.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 224 167 91 0 0.25 0.59 0.12 34.29 0.68 0.62
Hex E0 A7 5B 0 19 3B C 22 44 3E
Octal 340 247 133 0 31 73 14 42 104 76
Binary 11100000 10100111 1011011 0 11001 111011 1100 100010 1000100 111110

Color Harmonies of #E0A75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A75B

Black with #E0A75B

Text Example


Text Example

White with #E0A75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A75B; }

 p { color: rgb(224,167,91); }

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

background-color css

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

 a { background-color: rgb(224,167,91); }

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

border-color css

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

 span { border-color: rgb(224,167,91); }

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