Html Css Color HEX #E0912A Buttercup

📋 copy color: '#E0912A'

red 224 ◦ green 145 ◦ blue 42

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

Shades of Buttercup #E0912A

Tints of Buttercup #E0912A

RGB

 RED value IS 224 (87.89% from 255) = 54.5%

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 54.5%
G = 35.28%
B = 10.22%

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

#E0912A (or 0xE0912A) is known color: Buttercup. HEX triplet: E0, 91 and 2A. RGB value is (224,145,42). Sum of RGB (Red+Green+Blue) = 224+145+42=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0912A is #1F6ED5. Grayscale: #9D9D9D. Windows color (decimal): -2059990 or 2789856. OLE color: 2789856.

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

Color convert

RGB 224 145 42 -
CMYK 0 0.35 0.81 0.12
HSL 33.96º 0.75% 0.52% -
HSV(B) 33.96º 0.81% 0.88% -
XYZ 41.28 36.27 7.01 -
YUV 156.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 224 145 42 0 0.35 0.81 0.12 33.96 0.75 0.52
Hex E0 91 2A 0 23 51 C 22 4B 34
Octal 340 221 52 0 43 121 14 42 113 64
Binary 11100000 10010001 101010 0 100011 1010001 1100 100010 1001011 110100

Color Harmonies of #E0912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0912A

Black with #E0912A

Text Example


Text Example

White with #E0912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0912A; }

 p { color: rgb(224,145,42); }

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

background-color css

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

 a { background-color: rgb(224,145,42); }

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

border-color css

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

 span { border-color: rgb(224,145,42); }

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