Html Css Color HEX #EF8015 Pumpkin

📋 copy color: '#EF8015'

red 239 ◦ green 128 ◦ blue 21

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

Shades of Pumpkin #EF8015

Tints of Pumpkin #EF8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

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

R = 61.6%
G = 32.99%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF8015 (or 0xEF8015) is known color: Pumpkin. HEX triplet: EF, 80 and 15. RGB value is (239,128,21). Sum of RGB (Red+Green+Blue) = 239+128+21=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8015 is #107FEA. Grayscale: #959595. Windows color (decimal): -1081323 or 1409263. OLE color: 1409263.

HSL color Cylindrical-coordinate representation of color #EF8015: hue angle of 29.45º 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 #EF8015 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 21 -
CMYK 0 0.46 0.91 0.06
HSL 29.45º 0.87% 0.51% -
HSV(B) 29.45º 0.91% 0.94% -
XYZ 43.45 33.84 4.95 -
YUV 148.99 55.77 192.2 -
System Red Green Blue C M Y K H S L
Decimal 239 128 21 0 0.46 0.91 0.06 29.45 0.87 0.51
Hex EF 80 15 0 2E 5B 6 1D 57 33
Octal 357 200 25 0 56 133 6 35 127 63
Binary 11101111 10000000 10101 0 101110 1011011 110 11101 1010111 110011

Color Harmonies of #EF8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8015

Black with #EF8015

Text Example


Text Example

White with #EF8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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