Html Css Color HEX #EE7320 Pumpkin

📋 copy color: '#EE7320'

red 238 ◦ green 115 ◦ blue 32

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

Shades of Pumpkin #EE7320

Tints of Pumpkin #EE7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 61.82%
G = 29.87%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE7320 (or 0xEE7320) is known color: Pumpkin. HEX triplet: EE, 73 and 20. RGB value is (238,115,32). Sum of RGB (Red+Green+Blue) = 238+115+32=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7320 is #118CDF. Grayscale: #8E8E8E. Windows color (decimal): -1150176 or 2126830. OLE color: 2126830.

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

Color convert

RGB 238 115 32 -
CMYK 0 0.52 0.87 0.07
HSL 24.17º 0.86% 0.53% -
HSV(B) 24.17º 0.87% 0.93% -
XYZ 41.65 30.54 5.07 -
YUV 142.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 238 115 32 0 0.52 0.87 0.07 24.17 0.86 0.53
Hex EE 73 20 0 34 57 7 18 56 35
Octal 356 163 40 0 64 127 7 30 126 65
Binary 11101110 1110011 100000 0 110100 1010111 111 11000 1010110 110101

Color Harmonies of #EE7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7320

Black with #EE7320

Text Example


Text Example

White with #EE7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7320; }

 p { color: rgb(238,115,32); }

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

background-color css

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

 a { background-color: rgb(238,115,32); }

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

border-color css

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

 span { border-color: rgb(238,115,32); }

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