Html Css Color HEX #E0AF55 Rob Roy

📋 copy color: '#E0AF55'

red 224 ◦ green 175 ◦ blue 85

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

Shades of Rob Roy #E0AF55

Tints of Rob Roy #E0AF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

 BLUE value IS 85 (33.59% from 255) = 17.56%

R = 46.28%
G = 36.16%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E0AF55 (or 0xE0AF55) is known color: Rob Roy. HEX triplet: E0, AF and 55. RGB value is (224,175,85). Sum of RGB (Red+Green+Blue) = 224+175+85=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF55 is #1F50AA. Grayscale: #B3B3B3. Windows color (decimal): -2052267 or 5615584. OLE color: 5615584.

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

Color convert

RGB 224 175 85 -
CMYK 0 0.22 0.62 0.12
HSL 38.85º 0.69% 0.61% -
HSV(B) 38.85º 0.62% 0.88% -
XYZ 47.71 47.16 15.18 -
YUV 179.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 224 175 85 0 0.22 0.62 0.12 38.85 0.69 0.61
Hex E0 AF 55 0 16 3E C 27 45 3D
Octal 340 257 125 0 26 76 14 47 105 75
Binary 11100000 10101111 1010101 0 10110 111110 1100 100111 1000101 111101

Color Harmonies of #E0AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF55

Black with #E0AF55

Text Example


Text Example

White with #E0AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF55; }

 p { color: rgb(224,175,85); }

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

background-color css

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

 a { background-color: rgb(224,175,85); }

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

border-color css

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

 span { border-color: rgb(224,175,85); }

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