Html Css Color HEX #EA7016 Pumpkin

📋 copy color: '#EA7016'

red 234 ◦ green 112 ◦ blue 22

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

Shades of Pumpkin #EA7016

Tints of Pumpkin #EA7016

RGB

 RED value IS 234 (91.8% from 255) = 63.59%

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 63.59%
G = 30.43%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7016 (or 0xEA7016) is known color: Pumpkin. HEX triplet: EA, 70 and 16. RGB value is (234,112,22). Sum of RGB (Red+Green+Blue) = 234+112+22=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7016 is #158FE9. Grayscale: #8A8A8A. Windows color (decimal): -1413098 or 1470698. OLE color: 1470698.

HSL color Cylindrical-coordinate representation of color #EA7016: hue angle of 25.47º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA7016 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 22 -
CMYK 0 0.52 0.91 0.08
HSL 25.47º 0.83% 0.5% -
HSV(B) 25.47º 0.91% 0.92% -
XYZ 39.87 29.14 4.28 -
YUV 138.22 62.42 196.32 -
System Red Green Blue C M Y K H S L
Decimal 234 112 22 0 0.52 0.91 0.08 25.47 0.83 0.5
Hex EA 70 16 0 34 5B 8 19 53 32
Octal 352 160 26 0 64 133 10 31 123 62
Binary 11101010 1110000 10110 0 110100 1011011 1000 11001 1010011 110010

Color Harmonies of #EA7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7016

Black with #EA7016

Text Example


Text Example

White with #EA7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7016; }

 p { color: rgb(234,112,22); }

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

background-color css

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

 a { background-color: rgb(234,112,22); }

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

border-color css

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

 span { border-color: rgb(234,112,22); }

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