Html Css Color HEX #EE6C12 Pumpkin

📋 copy color: '#EE6C12'

red 238 ◦ green 108 ◦ blue 18

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

Shades of Pumpkin #EE6C12

Tints of Pumpkin #EE6C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 65.38%
G = 29.67%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6C12 (or 0xEE6C12) is known color: Pumpkin. HEX triplet: EE, 6C and 12. RGB value is (238,108,18). Sum of RGB (Red+Green+Blue) = 238+108+18=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6C12 is #1193ED. Grayscale: #898989. Windows color (decimal): -1151982 or 1207534. OLE color: 1207534.

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

Color convert

RGB 238 108 18 -
CMYK 0 0.55 0.92 0.07
HSL 24.55º 0.87% 0.5% -
HSV(B) 24.55º 0.92% 0.93% -
XYZ 40.73 28.95 4.01 -
YUV 136.61 61.07 200.32 -
System Red Green Blue C M Y K H S L
Decimal 238 108 18 0 0.55 0.92 0.07 24.55 0.87 0.5
Hex EE 6C 12 0 37 5C 7 19 57 32
Octal 356 154 22 0 67 134 7 31 127 62
Binary 11101110 1101100 10010 0 110111 1011100 111 11001 1010111 110010

Color Harmonies of #EE6C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6C12

Black with #EE6C12

Text Example


Text Example

White with #EE6C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6C12; }

 p { color: rgb(238,108,18); }

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

background-color css

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

 a { background-color: rgb(238,108,18); }

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

border-color css

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

 span { border-color: rgb(238,108,18); }

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