Html Css Color HEX #E1B04A Rob Roy

📋 copy color: '#E1B04A'

red 225 ◦ green 176 ◦ blue 74

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

Shades of Rob Roy #E1B04A

Tints of Rob Roy #E1B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

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

R = 47.37%
G = 37.05%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1B04A (or 0xE1B04A) is known color: Rob Roy. HEX triplet: E1, B0 and 4A. RGB value is (225,176,74). Sum of RGB (Red+Green+Blue) = 225+176+74=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B04A is #1E4FB5. Grayscale: #B3B3B3. Windows color (decimal): -1986486 or 4894945. OLE color: 4894945.

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

Color convert

RGB 225 176 74 -
CMYK 0 0.22 0.67 0.12
HSL 40.53º 0.72% 0.59% -
HSV(B) 40.53º 0.67% 0.88% -
XYZ 47.81 47.55 13.14 -
YUV 179.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 225 176 74 0 0.22 0.67 0.12 40.53 0.72 0.59
Hex E1 B0 4A 0 16 43 C 29 48 3B
Octal 341 260 112 0 26 103 14 51 110 73
Binary 11100001 10110000 1001010 0 10110 1000011 1100 101001 1001000 111011

Color Harmonies of #E1B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B04A

Black with #E1B04A

Text Example


Text Example

White with #E1B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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