Html Css Color HEX #EE6514 Pumpkin

📋 copy color: '#EE6514'

red 238 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #EE6514

Tints of Pumpkin #EE6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 66.3%
G = 28.13%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6514 (or 0xEE6514) is known color: Pumpkin. HEX triplet: EE, 65 and 14. RGB value is (238,101,20). Sum of RGB (Red+Green+Blue) = 238+101+20=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6514 is #119AEB. Grayscale: #858585. Windows color (decimal): -1153772 or 1336814. OLE color: 1336814.

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

Color convert

RGB 238 101 20 -
CMYK 0 0.58 0.92 0.07
HSL 22.29º 0.87% 0.51% -
HSV(B) 22.29º 0.92% 0.93% -
XYZ 40.04 27.54 3.87 -
YUV 132.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 238 101 20 0 0.58 0.92 0.07 22.29 0.87 0.51
Hex EE 65 14 0 3A 5C 7 16 57 33
Octal 356 145 24 0 72 134 7 26 127 63
Binary 11101110 1100101 10100 0 111010 1011100 111 10110 1010111 110011

Color Harmonies of #EE6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6514

Black with #EE6514

Text Example


Text Example

White with #EE6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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