Html Css Color HEX #E1932A Buttercup

📋 copy color: '#E1932A'

red 225 ◦ green 147 ◦ blue 42

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

Shades of Buttercup #E1932A

Tints of Buttercup #E1932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 42 (16.8% from 255) = 10.14%

R = 54.35%
G = 35.51%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1932A (or 0xE1932A) is known color: Buttercup. HEX triplet: E1, 93 and 2A. RGB value is (225,147,42). Sum of RGB (Red+Green+Blue) = 225+147+42=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1932A is #1E6CD5. Grayscale: #9E9E9E. Windows color (decimal): -1993942 or 2790369. OLE color: 2790369.

HSL color Cylindrical-coordinate representation of color #E1932A: hue angle of 34.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1932A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 42 -
CMYK 0 0.35 0.81 0.12
HSL 34.43º 0.75% 0.52% -
HSV(B) 34.43º 0.81% 0.88% -
XYZ 41.9 37.04 7.13 -
YUV 158.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 225 147 42 0 0.35 0.81 0.12 34.43 0.75 0.52
Hex E1 93 2A 0 23 51 C 22 4B 34
Octal 341 223 52 0 43 121 14 42 113 64
Binary 11100001 10010011 101010 0 100011 1010001 1100 100010 1001011 110100

Color Harmonies of #E1932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1932A

Black with #E1932A

Text Example


Text Example

White with #E1932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1932A; }

 p { color: rgb(225,147,42); }

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

background-color css

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

 a { background-color: rgb(225,147,42); }

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

border-color css

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

 span { border-color: rgb(225,147,42); }

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