Html Css Color HEX #EE7214 Pumpkin

📋 copy color: '#EE7214'

red 238 ◦ green 114 ◦ blue 20

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

Shades of Pumpkin #EE7214

Tints of Pumpkin #EE7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 63.98%
G = 30.65%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE7214 (or 0xEE7214) is known color: Pumpkin. HEX triplet: EE, 72 and 14. RGB value is (238,114,20). Sum of RGB (Red+Green+Blue) = 238+114+20=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7214 is #118DEB. Grayscale: #8C8C8C. Windows color (decimal): -1150444 or 1340142. OLE color: 1340142.

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

Color convert

RGB 238 114 20 -
CMYK 0 0.52 0.92 0.07
HSL 25.87º 0.87% 0.51% -
HSV(B) 25.87º 0.92% 0.93% -
XYZ 41.4 30.26 4.32 -
YUV 140.36 60.08 197.64 -
System Red Green Blue C M Y K H S L
Decimal 238 114 20 0 0.52 0.92 0.07 25.87 0.87 0.51
Hex EE 72 14 0 34 5C 7 1A 57 33
Octal 356 162 24 0 64 134 7 32 127 63
Binary 11101110 1110010 10100 0 110100 1011100 111 11010 1010111 110011

Color Harmonies of #EE7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7214

Black with #EE7214

Text Example


Text Example

White with #EE7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7214; }

 p { color: rgb(238,114,20); }

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

background-color css

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

 a { background-color: rgb(238,114,20); }

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

border-color css

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

 span { border-color: rgb(238,114,20); }

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