Html Css Color HEX #E18C28 Buttercup

📋 copy color: '#E18C28'

red 225 ◦ green 140 ◦ blue 40

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

Shades of Buttercup #E18C28

Tints of Buttercup #E18C28

RGB

 RED value IS 225 (88.28% from 255) = 55.56%

 GREEN value IS 140 (55.08% from 255) = 34.57%

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

R = 55.56%
G = 34.57%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E18C28 (or 0xE18C28) is known color: Buttercup. HEX triplet: E1, 8C and 28. RGB value is (225,140,40). Sum of RGB (Red+Green+Blue) = 225+140+40=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C28 is #1E73D7. Grayscale: #9A9A9A. Windows color (decimal): -1995736 or 2657505. OLE color: 2657505.

HSL color Cylindrical-coordinate representation of color #E18C28: hue angle of 32.43º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E18C28 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 140 40 -
CMYK 0 0.38 0.82 0.12
HSL 32.43º 0.76% 0.52% -
HSV(B) 32.43º 0.82% 0.88% -
XYZ 40.81 34.92 6.6 -
YUV 154.02 63.66 178.63 -
System Red Green Blue C M Y K H S L
Decimal 225 140 40 0 0.38 0.82 0.12 32.43 0.76 0.52
Hex E1 8C 28 0 26 52 C 20 4C 34
Octal 341 214 50 0 46 122 14 40 114 64
Binary 11100001 10001100 101000 0 100110 1010010 1100 100000 1001100 110100

Color Harmonies of #E18C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C28

Black with #E18C28

Text Example


Text Example

White with #E18C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C28; }

 p { color: rgb(225,140,40); }

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

background-color css

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

 a { background-color: rgb(225,140,40); }

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

border-color css

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

 span { border-color: rgb(225,140,40); }

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