Html Css Color HEX #E08C22 Buttercup

📋 copy color: '#E08C22'

red 224 ◦ green 140 ◦ blue 34

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

Shades of Buttercup #E08C22

Tints of Buttercup #E08C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 56.28%
G = 35.18%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E08C22 (or 0xE08C22) is known color: Buttercup. HEX triplet: E0, 8C and 22. RGB value is (224,140,34). Sum of RGB (Red+Green+Blue) = 224+140+34=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C22 is #1F73DD. Grayscale: #999999. Windows color (decimal): -2061278 or 2264288. OLE color: 2264288.

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

Color convert

RGB 224 140 34 -
CMYK 0 0.38 0.85 0.12
HSL 33.47º 0.75% 0.51% -
HSV(B) 33.47º 0.85% 0.88% -
XYZ 40.41 34.72 6.09 -
YUV 153.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 224 140 34 0 0.38 0.85 0.12 33.47 0.75 0.51
Hex E0 8C 22 0 26 55 C 21 4B 33
Octal 340 214 42 0 46 125 14 41 113 63
Binary 11100000 10001100 100010 0 100110 1010101 1100 100001 1001011 110011

Color Harmonies of #E08C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C22

Black with #E08C22

Text Example


Text Example

White with #E08C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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