Html Css Color HEX #E49528 Buttercup

📋 copy color: '#E49528'

red 228 ◦ green 149 ◦ blue 40

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

Shades of Buttercup #E49528

Tints of Buttercup #E49528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 54.68%
G = 35.73%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E49528 (or 0xE49528) is known color: Buttercup. HEX triplet: E4, 95 and 28. RGB value is (228,149,40). Sum of RGB (Red+Green+Blue) = 228+149+40=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E49528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49528 is #1B6AD7. Grayscale: #A0A0A0. Windows color (decimal): -1796824 or 2659812. OLE color: 2659812.

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

Color convert

RGB 228 149 40 -
CMYK 0 0.35 0.82 0.11
HSL 34.79º 0.78% 0.53% -
HSV(B) 34.79º 0.82% 0.89% -
XYZ 43.13 38.14 7.1 -
YUV 160.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 228 149 40 0 0.35 0.82 0.11 34.79 0.78 0.53
Hex E4 95 28 0 23 52 B 23 4E 35
Octal 344 225 50 0 43 122 13 43 116 65
Binary 11100100 10010101 101000 0 100011 1010010 1011 100011 1001110 110101

Color Harmonies of #E49528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49528

Black with #E49528

Text Example


Text Example

White with #E49528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49528; }

 p { color: rgb(228,149,40); }

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

background-color css

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

 a { background-color: rgb(228,149,40); }

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

border-color css

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

 span { border-color: rgb(228,149,40); }

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