Html Css Color HEX #EE6914 Pumpkin

📋 copy color: '#EE6914'

red 238 ◦ green 105 ◦ blue 20

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

Shades of Pumpkin #EE6914

Tints of Pumpkin #EE6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 65.56%
G = 28.93%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6914 (or 0xEE6914) is known color: Pumpkin. HEX triplet: EE, 69 and 14. RGB value is (238,105,20). Sum of RGB (Red+Green+Blue) = 238+105+20=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6914 is #1196EB. Grayscale: #878787. Windows color (decimal): -1152748 or 1337838. OLE color: 1337838.

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

Color convert

RGB 238 105 20 -
CMYK 0 0.56 0.92 0.07
HSL 23.39º 0.87% 0.51% -
HSV(B) 23.39º 0.92% 0.93% -
XYZ 40.44 28.33 4 -
YUV 135.08 63.06 201.41 -
System Red Green Blue C M Y K H S L
Decimal 238 105 20 0 0.56 0.92 0.07 23.39 0.87 0.51
Hex EE 69 14 0 38 5C 7 17 57 33
Octal 356 151 24 0 70 134 7 27 127 63
Binary 11101110 1101001 10100 0 111000 1011100 111 10111 1010111 110011

Color Harmonies of #EE6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6914

Black with #EE6914

Text Example


Text Example

White with #EE6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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