Html Css Color HEX #EF6518 Pumpkin

📋 copy color: '#EF6518'

red 239 ◦ green 101 ◦ blue 24

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

Shades of Pumpkin #EF6518

Tints of Pumpkin #EF6518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 65.66%
G = 27.75%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF6518 (or 0xEF6518) is known color: Pumpkin. HEX triplet: EF, 65 and 18. RGB value is (239,101,24). Sum of RGB (Red+Green+Blue) = 239+101+24=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6518 is #109AE7. Grayscale: #858585. Windows color (decimal): -1088232 or 1598959. OLE color: 1598959.

HSL color Cylindrical-coordinate representation of color #EF6518: hue angle of 21.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6518 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 24 -
CMYK 0 0.58 0.90 0.06
HSL 21.49º 0.87% 0.52% -
HSV(B) 21.49º 0.9% 0.94% -
XYZ 40.42 27.72 4.09 -
YUV 133.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 239 101 24 0 0.58 0.90 0.06 21.49 0.87 0.52
Hex EF 65 18 0 3A 5A 6 15 57 34
Octal 357 145 30 0 72 132 6 25 127 64
Binary 11101111 1100101 11000 0 111010 1011010 110 10101 1010111 110100

Color Harmonies of #EF6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6518

Black with #EF6518

Text Example


Text Example

White with #EF6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6518; }

 p { color: rgb(239,101,24); }

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

background-color css

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

 a { background-color: rgb(239,101,24); }

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

border-color css

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

 span { border-color: rgb(239,101,24); }

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