Html Css Color HEX #E08A2E Buttercup

📋 copy color: '#E08A2E'

red 224 ◦ green 138 ◦ blue 46

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

Shades of Buttercup #E08A2E

Tints of Buttercup #E08A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 46 (18.36% from 255) = 11.27%

R = 54.9%
G = 33.82%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E08A2E (or 0xE08A2E) is known color: Buttercup. HEX triplet: E0, 8A and 2E. RGB value is (224,138,46). Sum of RGB (Red+Green+Blue) = 224+138+46=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A2E is #1F75D1. Grayscale: #999999. Windows color (decimal): -2061778 or 3050208. OLE color: 3050208.

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

Color convert

RGB 224 138 46 -
CMYK 0 0.38 0.79 0.12
HSL 31.01º 0.74% 0.53% -
HSV(B) 31.01º 0.79% 0.88% -
XYZ 40.32 34.22 7.06 -
YUV 153.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 224 138 46 0 0.38 0.79 0.12 31.01 0.74 0.53
Hex E0 8A 2E 0 26 4F C 1F 4A 35
Octal 340 212 56 0 46 117 14 37 112 65
Binary 11100000 10001010 101110 0 100110 1001111 1100 11111 1001010 110101

Color Harmonies of #E08A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A2E

Black with #E08A2E

Text Example


Text Example

White with #E08A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A2E; }

 p { color: rgb(224,138,46); }

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

background-color css

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

 a { background-color: rgb(224,138,46); }

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

border-color css

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

 span { border-color: rgb(224,138,46); }

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