Html Css Color HEX #E1B14A Rob Roy

📋 copy color: '#E1B14A'

red 225 ◦ green 177 ◦ blue 74

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

Shades of Rob Roy #E1B14A

Tints of Rob Roy #E1B14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.18%

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 47.27%
G = 37.18%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1B14A (or 0xE1B14A) is known color: Rob Roy. HEX triplet: E1, B1 and 4A. RGB value is (225,177,74). Sum of RGB (Red+Green+Blue) = 225+177+74=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B14A is #1E4EB5. Grayscale: #B4B4B4. Windows color (decimal): -1986230 or 4895201. OLE color: 4895201.

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

Color convert

RGB 225 177 74 -
CMYK 0 0.21 0.67 0.12
HSL 40.93º 0.72% 0.59% -
HSV(B) 40.93º 0.67% 0.88% -
XYZ 48.01 47.95 13.2 -
YUV 179.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 225 177 74 0 0.21 0.67 0.12 40.93 0.72 0.59
Hex E1 B1 4A 0 15 43 C 29 48 3B
Octal 341 261 112 0 25 103 14 51 110 73
Binary 11100001 10110001 1001010 0 10101 1000011 1100 101001 1001000 111011

Color Harmonies of #E1B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B14A

Black with #E1B14A

Text Example


Text Example

White with #E1B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B14A; }

 p { color: rgb(225,177,74); }

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

background-color css

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

 a { background-color: rgb(225,177,74); }

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

border-color css

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

 span { border-color: rgb(225,177,74); }

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