Html Css Color HEX #E2992A Buttercup

📋 copy color: '#E2992A'

red 226 ◦ green 153 ◦ blue 42

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

Shades of Buttercup #E2992A

Tints of Buttercup #E2992A

RGB

 RED value IS 226 (88.67% from 255) = 53.68%

 GREEN value IS 153 (60.16% from 255) = 36.34%

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

R = 53.68%
G = 36.34%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2992A (or 0xE2992A) is known color: Buttercup. HEX triplet: E2, 99 and 2A. RGB value is (226,153,42). Sum of RGB (Red+Green+Blue) = 226+153+42=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2992A is #1D66D5. Grayscale: #A2A2A2. Windows color (decimal): -1926870 or 2791906. OLE color: 2791906.

HSL color Cylindrical-coordinate representation of color #E2992A: hue angle of 36.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2992A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 42 -
CMYK 0 0.32 0.81 0.11
HSL 36.2º 0.76% 0.53% -
HSV(B) 36.2º 0.81% 0.89% -
XYZ 43.17 39.12 7.47 -
YUV 162.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 226 153 42 0 0.32 0.81 0.11 36.2 0.76 0.53
Hex E2 99 2A 0 20 51 B 24 4C 35
Octal 342 231 52 0 40 121 13 44 114 65
Binary 11100010 10011001 101010 0 100000 1010001 1011 100100 1001100 110101

Color Harmonies of #E2992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2992A

Black with #E2992A

Text Example


Text Example

White with #E2992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2992A; }

 p { color: rgb(226,153,42); }

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

background-color css

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

 a { background-color: rgb(226,153,42); }

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

border-color css

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

 span { border-color: rgb(226,153,42); }

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