Html Css Color HEX #EE7514 Pumpkin

📋 copy color: '#EE7514'

red 238 ◦ green 117 ◦ blue 20

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

Shades of Pumpkin #EE7514

Tints of Pumpkin #EE7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 63.47%
G = 31.2%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE7514 (or 0xEE7514) is known color: Pumpkin. HEX triplet: EE, 75 and 14. RGB value is (238,117,20). Sum of RGB (Red+Green+Blue) = 238+117+20=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7514 is #118AEB. Grayscale: #8E8E8E. Windows color (decimal): -1149676 or 1340910. OLE color: 1340910.

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

Color convert

RGB 238 117 20 -
CMYK 0 0.51 0.92 0.07
HSL 26.7º 0.87% 0.51% -
HSV(B) 26.7º 0.92% 0.93% -
XYZ 41.75 30.95 4.44 -
YUV 142.12 59.09 196.39 -
System Red Green Blue C M Y K H S L
Decimal 238 117 20 0 0.51 0.92 0.07 26.7 0.87 0.51
Hex EE 75 14 0 33 5C 7 1B 57 33
Octal 356 165 24 0 63 134 7 33 127 63
Binary 11101110 1110101 10100 0 110011 1011100 111 11011 1010111 110011

Color Harmonies of #EE7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7514

Black with #EE7514

Text Example


Text Example

White with #EE7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7514; }

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

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

background-color css

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

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

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

border-color css

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

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

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