Html Css Color HEX #E08C26 Buttercup

📋 copy color: '#E08C26'

red 224 ◦ green 140 ◦ blue 38

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

Shades of Buttercup #E08C26

Tints of Buttercup #E08C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.45%

R = 55.72%
G = 34.83%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E08C26 (or 0xE08C26) is known color: Buttercup. HEX triplet: E0, 8C and 26. RGB value is (224,140,38). Sum of RGB (Red+Green+Blue) = 224+140+38=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C26 is #1F73D9. Grayscale: #999999. Windows color (decimal): -2061274 or 2526432. OLE color: 2526432.

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

Color convert

RGB 224 140 38 -
CMYK 0 0.38 0.83 0.12
HSL 32.9º 0.75% 0.51% -
HSV(B) 32.9º 0.83% 0.88% -
XYZ 40.47 34.74 6.41 -
YUV 153.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 224 140 38 0 0.38 0.83 0.12 32.9 0.75 0.51
Hex E0 8C 26 0 26 53 C 21 4B 33
Octal 340 214 46 0 46 123 14 41 113 63
Binary 11100000 10001100 100110 0 100110 1010011 1100 100001 1001011 110011

Color Harmonies of #E08C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C26

Black with #E08C26

Text Example


Text Example

White with #E08C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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