Html Css Color HEX #EE6E14 Pumpkin

📋 copy color: '#EE6E14'

red 238 ◦ green 110 ◦ blue 20

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

Shades of Pumpkin #EE6E14

Tints of Pumpkin #EE6E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

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

R = 64.67%
G = 29.89%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6E14 (or 0xEE6E14) is known color: Pumpkin. HEX triplet: EE, 6E and 14. RGB value is (238,110,20). Sum of RGB (Red+Green+Blue) = 238+110+20=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6E14 is #1191EB. Grayscale: #8A8A8A. Windows color (decimal): -1151468 or 1339118. OLE color: 1339118.

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

Color convert

RGB 238 110 20 -
CMYK 0 0.54 0.92 0.07
HSL 24.77º 0.87% 0.51% -
HSV(B) 24.77º 0.92% 0.93% -
XYZ 40.96 29.38 4.17 -
YUV 138.01 61.41 199.32 -
System Red Green Blue C M Y K H S L
Decimal 238 110 20 0 0.54 0.92 0.07 24.77 0.87 0.51
Hex EE 6E 14 0 36 5C 7 19 57 33
Octal 356 156 24 0 66 134 7 31 127 63
Binary 11101110 1101110 10100 0 110110 1011100 111 11001 1010111 110011

Color Harmonies of #EE6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6E14

Black with #EE6E14

Text Example


Text Example

White with #EE6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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