Html Css Color HEX #E49D31 Buttercup

📋 copy color: '#E49D31'

red 228 ◦ green 157 ◦ blue 49

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

Shades of Buttercup #E49D31

Tints of Buttercup #E49D31

RGB

 RED value IS 228 (89.45% from 255) = 52.53%

 GREEN value IS 157 (61.72% from 255) = 36.18%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 52.53%
G = 36.18%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E49D31 (or 0xE49D31) is known color: Buttercup. HEX triplet: E4, 9D and 31. RGB value is (228,157,49). Sum of RGB (Red+Green+Blue) = 228+157+49=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D31 is #1B62CE. Grayscale: #A6A6A6. Windows color (decimal): -1794767 or 3251684. OLE color: 3251684.

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

Color convert

RGB 228 157 49 -
CMYK 0 0.31 0.79 0.11
HSL 36.2º 0.77% 0.54% -
HSV(B) 36.2º 0.79% 0.89% -
XYZ 44.61 40.83 8.44 -
YUV 165.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 228 157 49 0 0.31 0.79 0.11 36.2 0.77 0.54
Hex E4 9D 31 0 1F 4F B 24 4D 36
Octal 344 235 61 0 37 117 13 44 115 66
Binary 11100100 10011101 110001 0 11111 1001111 1011 100100 1001101 110110

Color Harmonies of #E49D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D31

Black with #E49D31

Text Example


Text Example

White with #E49D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D31; }

 p { color: rgb(228,157,49); }

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

background-color css

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

 a { background-color: rgb(228,157,49); }

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

border-color css

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

 span { border-color: rgb(228,157,49); }

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