Html Css Color HEX #EE701D Pumpkin

📋 copy color: '#EE701D'

red 238 ◦ green 112 ◦ blue 29

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

Shades of Pumpkin #EE701D

Tints of Pumpkin #EE701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 62.8%
G = 29.55%
B = 7.65%

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

#EE701D (or 0xEE701D) is known color: Pumpkin. HEX triplet: EE, 70 and 1D. RGB value is (238,112,29). Sum of RGB (Red+Green+Blue) = 238+112+29=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE701D is #118FE2. Grayscale: #8C8C8C. Windows color (decimal): -1150947 or 1929454. OLE color: 1929454.

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

Color convert

RGB 238 112 29 -
CMYK 0 0.53 0.88 0.07
HSL 23.83º 0.86% 0.52% -
HSV(B) 23.83º 0.88% 0.93% -
XYZ 41.28 29.85 4.75 -
YUV 140.21 65.24 197.75 -
System Red Green Blue C M Y K H S L
Decimal 238 112 29 0 0.53 0.88 0.07 23.83 0.86 0.52
Hex EE 70 1D 0 35 58 7 18 56 34
Octal 356 160 35 0 65 130 7 30 126 64
Binary 11101110 1110000 11101 0 110101 1011000 111 11000 1010110 110100

Color Harmonies of #EE701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE701D

Black with #EE701D

Text Example


Text Example

White with #EE701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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