Html Css Color HEX #E49A2D Buttercup

📋 copy color: '#E49A2D'

red 228 ◦ green 154 ◦ blue 45

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

Shades of Buttercup #E49A2D

Tints of Buttercup #E49A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 53.4%
G = 36.07%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E49A2D (or 0xE49A2D) is known color: Buttercup. HEX triplet: E4, 9A and 2D. RGB value is (228,154,45). Sum of RGB (Red+Green+Blue) = 228+154+45=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49A2D is #1B65D2. Grayscale: #A4A4A4. Windows color (decimal): -1795539 or 2988772. OLE color: 2988772.

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

Color convert

RGB 228 154 45 -
CMYK 0 0.32 0.80 0.11
HSL 35.74º 0.77% 0.54% -
HSV(B) 35.74º 0.8% 0.89% -
XYZ 44.02 39.79 7.84 -
YUV 163.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 228 154 45 0 0.32 0.80 0.11 35.74 0.77 0.54
Hex E4 9A 2D 0 20 50 B 24 4D 36
Octal 344 232 55 0 40 120 13 44 115 66
Binary 11100100 10011010 101101 0 100000 1010000 1011 100100 1001101 110110

Color Harmonies of #E49A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49A2D

Black with #E49A2D

Text Example


Text Example

White with #E49A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49A2D; }

 p { color: rgb(228,154,45); }

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

background-color css

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

 a { background-color: rgb(228,154,45); }

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

border-color css

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

 span { border-color: rgb(228,154,45); }

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