Html Css Color HEX #E08D21 Buttercup

📋 copy color: '#E08D21'

red 224 ◦ green 141 ◦ blue 33

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

Shades of Buttercup #E08D21

Tints of Buttercup #E08D21

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 33 (13.28% from 255) = 8.29%

R = 56.28%
G = 35.43%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E08D21 (or 0xE08D21) is known color: Buttercup. HEX triplet: E0, 8D and 21. RGB value is (224,141,33). Sum of RGB (Red+Green+Blue) = 224+141+33=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D21 is #1F72DE. Grayscale: #9A9A9A. Windows color (decimal): -2061023 or 2199008. OLE color: 2199008.

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

Color convert

RGB 224 141 33 -
CMYK 0 0.37 0.85 0.12
HSL 33.93º 0.75% 0.5% -
HSV(B) 33.93º 0.85% 0.88% -
XYZ 40.54 35.01 6.06 -
YUV 153.51 60 178.28 -
System Red Green Blue C M Y K H S L
Decimal 224 141 33 0 0.37 0.85 0.12 33.93 0.75 0.5
Hex E0 8D 21 0 25 55 C 22 4B 32
Octal 340 215 41 0 45 125 14 42 113 62
Binary 11100000 10001101 100001 0 100101 1010101 1100 100010 1001011 110010

Color Harmonies of #E08D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D21

Black with #E08D21

Text Example


Text Example

White with #E08D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D21; }

 p { color: rgb(224,141,33); }

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

background-color css

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

 a { background-color: rgb(224,141,33); }

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

border-color css

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

 span { border-color: rgb(224,141,33); }

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