Html Css Color HEX #E49428 Buttercup

📋 copy color: '#E49428'

red 228 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #E49428

Tints of Buttercup #E49428

RGB

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

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

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

R = 54.81%
G = 35.58%
B = 9.62%

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

#E49428 (or 0xE49428) is known color: Buttercup. HEX triplet: E4, 94 and 28. RGB value is (228,148,40). Sum of RGB (Red+Green+Blue) = 228+148+40=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E49428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49428 is #1B6BD7. Grayscale: #A0A0A0. Windows color (decimal): -1797080 or 2659556. OLE color: 2659556.

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

Color convert

RGB 228 148 40 -
CMYK 0 0.35 0.82 0.11
HSL 34.47º 0.78% 0.53% -
HSV(B) 34.47º 0.82% 0.89% -
XYZ 42.97 37.83 7.04 -
YUV 159.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 228 148 40 0 0.35 0.82 0.11 34.47 0.78 0.53
Hex E4 94 28 0 23 52 B 22 4E 35
Octal 344 224 50 0 43 122 13 42 116 65
Binary 11100100 10010100 101000 0 100011 1010010 1011 100010 1001110 110101

Color Harmonies of #E49428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49428

Black with #E49428

Text Example


Text Example

White with #E49428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49428; }

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

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

background-color css

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

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

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

border-color css

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

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

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