Html Css Color HEX #E0A75C Rob Roy

📋 copy color: '#E0A75C'

red 224 ◦ green 167 ◦ blue 92

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

Shades of Rob Roy #E0A75C

Tints of Rob Roy #E0A75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 46.38%
G = 34.58%
B = 19.05%

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

#E0A75C (or 0xE0A75C) is known color: Rob Roy. HEX triplet: E0, A7 and 5C. RGB value is (224,167,92). Sum of RGB (Red+Green+Blue) = 224+167+92=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A75C is #1F58A3. Grayscale: #AFAFAF. Windows color (decimal): -2054308 or 6072288. OLE color: 6072288.

HSL color Cylindrical-coordinate representation of color #E0A75C: hue angle of 34.09º 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 #E0A75C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 167 92 -
CMYK 0 0.25 0.59 0.12
HSL 34.09º 0.68% 0.62% -
HSV(B) 34.09º 0.59% 0.88% -
XYZ 46.49 44.26 16.22 -
YUV 175.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 224 167 92 0 0.25 0.59 0.12 34.09 0.68 0.62
Hex E0 A7 5C 0 19 3B C 22 44 3E
Octal 340 247 134 0 31 73 14 42 104 76
Binary 11100000 10100111 1011100 0 11001 111011 1100 100010 1000100 111110

Color Harmonies of #E0A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A75C

Black with #E0A75C

Text Example


Text Example

White with #E0A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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