Html Css Color HEX #EE7714 Pumpkin

📋 copy color: '#EE7714'

red 238 ◦ green 119 ◦ blue 20

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

Shades of Pumpkin #EE7714

Tints of Pumpkin #EE7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 63.13%
G = 31.56%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE7714 (or 0xEE7714) is known color: Pumpkin. HEX triplet: EE, 77 and 14. RGB value is (238,119,20). Sum of RGB (Red+Green+Blue) = 238+119+20=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7714 is #1188EB. Grayscale: #8F8F8F. Windows color (decimal): -1149164 or 1341422. OLE color: 1341422.

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

Color convert

RGB 238 119 20 -
CMYK 0 0.50 0.92 0.07
HSL 27.25º 0.87% 0.51% -
HSV(B) 27.25º 0.92% 0.93% -
XYZ 41.98 31.42 4.51 -
YUV 143.3 58.42 195.55 -
System Red Green Blue C M Y K H S L
Decimal 238 119 20 0 0.50 0.92 0.07 27.25 0.87 0.51
Hex EE 77 14 0 32 5C 7 1B 57 33
Octal 356 167 24 0 62 134 7 33 127 63
Binary 11101110 1110111 10100 0 110010 1011100 111 11011 1010111 110011

Color Harmonies of #EE7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7714

Black with #EE7714

Text Example


Text Example

White with #EE7714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7714; }

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

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

background-color css

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

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

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

border-color css

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

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

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