Html Css Color HEX #EF6615 Pumpkin

📋 copy color: '#EF6615'

red 239 ◦ green 102 ◦ blue 21

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

Shades of Pumpkin #EF6615

Tints of Pumpkin #EF6615

RGB

 RED value IS 239 (93.75% from 255) = 66.02%

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 66.02%
G = 28.18%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF6615 (or 0xEF6615) is known color: Pumpkin. HEX triplet: EF, 66 and 15. RGB value is (239,102,21). Sum of RGB (Red+Green+Blue) = 239+102+21=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6615 is #1099EA. Grayscale: #868686. Windows color (decimal): -1087979 or 1402607. OLE color: 1402607.

HSL color Cylindrical-coordinate representation of color #EF6615: hue angle of 22.29º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6615 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 21 -
CMYK 0 0.57 0.91 0.06
HSL 22.29º 0.87% 0.51% -
HSV(B) 22.29º 0.91% 0.94% -
XYZ 40.48 27.91 3.96 -
YUV 133.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 239 102 21 0 0.57 0.91 0.06 22.29 0.87 0.51
Hex EF 66 15 0 39 5B 6 16 57 33
Octal 357 146 25 0 71 133 6 26 127 63
Binary 11101111 1100110 10101 0 111001 1011011 110 10110 1010111 110011

Color Harmonies of #EF6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6615

Black with #EF6615

Text Example


Text Example

White with #EF6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6615; }

 p { color: rgb(239,102,21); }

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

background-color css

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

 a { background-color: rgb(239,102,21); }

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

border-color css

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

 span { border-color: rgb(239,102,21); }

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