Html Css Color HEX #EE7218 Pumpkin

📋 copy color: '#EE7218'

red 238 ◦ green 114 ◦ blue 24

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

Shades of Pumpkin #EE7218

Tints of Pumpkin #EE7218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 63.3%
G = 30.32%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE7218 (or 0xEE7218) is known color: Pumpkin. HEX triplet: EE, 72 and 18. RGB value is (238,114,24). Sum of RGB (Red+Green+Blue) = 238+114+24=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7218 is #118DE7. Grayscale: #8D8D8D. Windows color (decimal): -1150440 or 1602286. OLE color: 1602286.

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

Color convert

RGB 238 114 24 -
CMYK 0 0.52 0.90 0.07
HSL 25.23º 0.86% 0.51% -
HSV(B) 25.23º 0.9% 0.93% -
XYZ 41.44 30.28 4.52 -
YUV 140.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 238 114 24 0 0.52 0.90 0.07 25.23 0.86 0.51
Hex EE 72 18 0 34 5A 7 19 56 33
Octal 356 162 30 0 64 132 7 31 126 63
Binary 11101110 1110010 11000 0 110100 1011010 111 11001 1010110 110011

Color Harmonies of #EE7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7218

Black with #EE7218

Text Example


Text Example

White with #EE7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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