Html Css Color HEX #EE7013 Pumpkin

📋 copy color: '#EE7013'

red 238 ◦ green 112 ◦ blue 19

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

Shades of Pumpkin #EE7013

Tints of Pumpkin #EE7013

RGB

 RED value IS 238 (93.36% from 255) = 64.5%

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

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 64.5%
G = 30.35%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE7013 (or 0xEE7013) is known color: Pumpkin. HEX triplet: EE, 70 and 13. RGB value is (238,112,19). Sum of RGB (Red+Green+Blue) = 238+112+19=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7013 is #118FEC. Grayscale: #8B8B8B. Windows color (decimal): -1150957 or 1274094. OLE color: 1274094.

HSL color Cylindrical-coordinate representation of color #EE7013: hue angle of 25.48º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE7013 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 19 -
CMYK 0 0.53 0.92 0.07
HSL 25.48º 0.87% 0.5% -
HSV(B) 25.48º 0.92% 0.93% -
XYZ 41.17 29.81 4.2 -
YUV 139.07 60.24 198.56 -
System Red Green Blue C M Y K H S L
Decimal 238 112 19 0 0.53 0.92 0.07 25.48 0.87 0.5
Hex EE 70 13 0 35 5C 7 19 57 32
Octal 356 160 23 0 65 134 7 31 127 62
Binary 11101110 1110000 10011 0 110101 1011100 111 11001 1010111 110010

Color Harmonies of #EE7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7013

Black with #EE7013

Text Example


Text Example

White with #EE7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7013; }

 p { color: rgb(238,112,19); }

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

background-color css

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

 a { background-color: rgb(238,112,19); }

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

border-color css

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

 span { border-color: rgb(238,112,19); }

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