Html Css Color HEX #EF6815 Pumpkin

📋 copy color: '#EF6815'

red 239 ◦ green 104 ◦ blue 21

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

Shades of Pumpkin #EF6815

Tints of Pumpkin #EF6815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 65.66%
G = 28.57%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF6815 (or 0xEF6815) is known color: Pumpkin. HEX triplet: EF, 68 and 15. RGB value is (239,104,21). Sum of RGB (Red+Green+Blue) = 239+104+21=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6815 is #1097EA. Grayscale: #878787. Windows color (decimal): -1087467 or 1403119. OLE color: 1403119.

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

Color convert

RGB 239 104 21 -
CMYK 0 0.56 0.91 0.06
HSL 22.84º 0.87% 0.51% -
HSV(B) 22.84º 0.91% 0.94% -
XYZ 40.68 28.31 4.03 -
YUV 134.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 239 104 21 0 0.56 0.91 0.06 22.84 0.87 0.51
Hex EF 68 15 0 38 5B 6 17 57 33
Octal 357 150 25 0 70 133 6 27 127 63
Binary 11101111 1101000 10101 0 111000 1011011 110 10111 1010111 110011

Color Harmonies of #EF6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6815

Black with #EF6815

Text Example


Text Example

White with #EF6815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6815; }

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

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

background-color css

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

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

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

border-color css

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

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

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