Html Css Color HEX #E1AF54 Rob Roy

📋 copy color: '#E1AF54'

red 225 ◦ green 175 ◦ blue 84

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

Shades of Rob Roy #E1AF54

Tints of Rob Roy #E1AF54

RGB

 RED value IS 225 (88.28% from 255) = 46.49%

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

 BLUE value IS 84 (33.2% from 255) = 17.36%

R = 46.49%
G = 36.16%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E1AF54 (or 0xE1AF54) is known color: Rob Roy. HEX triplet: E1, AF and 54. RGB value is (225,175,84). Sum of RGB (Red+Green+Blue) = 225+175+84=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF54 is #1E50AB. Grayscale: #B3B3B3. Windows color (decimal): -1986732 or 5550049. OLE color: 5550049.

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

Color convert

RGB 225 175 84 -
CMYK 0 0.22 0.63 0.12
HSL 38.72º 0.7% 0.61% -
HSV(B) 38.72º 0.63% 0.88% -
XYZ 47.98 47.31 14.99 -
YUV 179.58 74.07 160.4 -
System Red Green Blue C M Y K H S L
Decimal 225 175 84 0 0.22 0.63 0.12 38.72 0.7 0.61
Hex E1 AF 54 0 16 3F C 27 46 3D
Octal 341 257 124 0 26 77 14 47 106 75
Binary 11100001 10101111 1010100 0 10110 111111 1100 100111 1000110 111101

Color Harmonies of #E1AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF54

Black with #E1AF54

Text Example


Text Example

White with #E1AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF54; }

 p { color: rgb(225,175,84); }

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

background-color css

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

 a { background-color: rgb(225,175,84); }

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

border-color css

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

 span { border-color: rgb(225,175,84); }

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