Html Css Color HEX #E08C24 Buttercup

📋 copy color: '#E08C24'

red 224 ◦ green 140 ◦ blue 36

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

Shades of Buttercup #E08C24

Tints of Buttercup #E08C24

RGB

 RED value IS 224 (87.89% from 255) = 56%

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

 BLUE value IS 36 (14.45% from 255) = 9%

R = 56%
G = 35%
B = 9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E08C24 (or 0xE08C24) is known color: Buttercup. HEX triplet: E0, 8C and 24. RGB value is (224,140,36). Sum of RGB (Red+Green+Blue) = 224+140+36=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C24 is #1F73DB. Grayscale: #999999. Windows color (decimal): -2061276 or 2395360. OLE color: 2395360.

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

Color convert

RGB 224 140 36 -
CMYK 0 0.38 0.84 0.12
HSL 33.19º 0.75% 0.51% -
HSV(B) 33.19º 0.84% 0.88% -
XYZ 40.44 34.73 6.24 -
YUV 153.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 224 140 36 0 0.38 0.84 0.12 33.19 0.75 0.51
Hex E0 8C 24 0 26 54 C 21 4B 33
Octal 340 214 44 0 46 124 14 41 113 63
Binary 11100000 10001100 100100 0 100110 1010100 1100 100001 1001011 110011

Color Harmonies of #E08C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C24

Black with #E08C24

Text Example


Text Example

White with #E08C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C24; }

 p { color: rgb(224,140,36); }

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

background-color css

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

 a { background-color: rgb(224,140,36); }

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

border-color css

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

 span { border-color: rgb(224,140,36); }

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