Html Css Color HEX #EE701C Pumpkin

📋 copy color: '#EE701C'

red 238 ◦ green 112 ◦ blue 28

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

Shades of Pumpkin #EE701C

Tints of Pumpkin #EE701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 62.96%
G = 29.63%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE701C (or 0xEE701C) is known color: Pumpkin. HEX triplet: EE, 70 and 1C. RGB value is (238,112,28). Sum of RGB (Red+Green+Blue) = 238+112+28=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE701C is #118FE3. Grayscale: #8C8C8C. Windows color (decimal): -1150948 or 1863918. OLE color: 1863918.

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

Color convert

RGB 238 112 28 -
CMYK 0 0.53 0.88 0.07
HSL 24º 0.86% 0.52% -
HSV(B) 24º 0.88% 0.93% -
XYZ 41.26 29.85 4.69 -
YUV 140.1 64.74 197.83 -
System Red Green Blue C M Y K H S L
Decimal 238 112 28 0 0.53 0.88 0.07 24 0.86 0.52
Hex EE 70 1C 0 35 58 7 18 56 34
Octal 356 160 34 0 65 130 7 30 126 64
Binary 11101110 1110000 11100 0 110101 1011000 111 11000 1010110 110100

Color Harmonies of #EE701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE701C

Black with #EE701C

Text Example


Text Example

White with #EE701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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