Html Css Color HEX #EE7012 Pumpkin

📋 copy color: '#EE7012'

red 238 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #EE7012

Tints of Pumpkin #EE7012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 64.67%
G = 30.43%
B = 4.89%

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

#EE7012 (or 0xEE7012) is known color: Pumpkin. HEX triplet: EE, 70 and 12. RGB value is (238,112,18). Sum of RGB (Red+Green+Blue) = 238+112+18=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7012 is #118FED. Grayscale: #8B8B8B. Windows color (decimal): -1150958 or 1208558. OLE color: 1208558.

HSL color Cylindrical-coordinate representation of color #EE7012: hue angle of 25.64º 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 #EE7012 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 18 -
CMYK 0 0.53 0.92 0.07
HSL 25.64º 0.87% 0.5% -
HSV(B) 25.64º 0.92% 0.93% -
XYZ 41.16 29.81 4.16 -
YUV 138.96 59.74 198.64 -
System Red Green Blue C M Y K H S L
Decimal 238 112 18 0 0.53 0.92 0.07 25.64 0.87 0.5
Hex EE 70 12 0 35 5C 7 1A 57 32
Octal 356 160 22 0 65 134 7 32 127 62
Binary 11101110 1110000 10010 0 110101 1011100 111 11010 1010111 110010

Color Harmonies of #EE7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7012

Black with #EE7012

Text Example


Text Example

White with #EE7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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