Html Css Color HEX #E1942F Buttercup

📋 copy color: '#E1942F'

red 225 ◦ green 148 ◦ blue 47

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

Shades of Buttercup #E1942F

Tints of Buttercup #E1942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 53.57%
G = 35.24%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1942F (or 0xE1942F) is known color: Buttercup. HEX triplet: E1, 94 and 2F. RGB value is (225,148,47). Sum of RGB (Red+Green+Blue) = 225+148+47=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1942F is #1E6BD0. Grayscale: #9F9F9F. Windows color (decimal): -1993681 or 3118305. OLE color: 3118305.

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

Color convert

RGB 225 148 47 -
CMYK 0 0.34 0.79 0.12
HSL 34.04º 0.75% 0.53% -
HSV(B) 34.04º 0.79% 0.88% -
XYZ 42.15 37.39 7.69 -
YUV 159.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 225 148 47 0 0.34 0.79 0.12 34.04 0.75 0.53
Hex E1 94 2F 0 22 4F C 22 4B 35
Octal 341 224 57 0 42 117 14 42 113 65
Binary 11100001 10010100 101111 0 100010 1001111 1100 100010 1001011 110101

Color Harmonies of #E1942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1942F

Black with #E1942F

Text Example


Text Example

White with #E1942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1942F; }

 p { color: rgb(225,148,47); }

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

background-color css

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

 a { background-color: rgb(225,148,47); }

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

border-color css

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

 span { border-color: rgb(225,148,47); }

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