Html Css Color HEX #EF6F12 Pumpkin

📋 copy color: '#EF6F12'

red 239 ◦ green 111 ◦ blue 18

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

Shades of Pumpkin #EF6F12

Tints of Pumpkin #EF6F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 64.95%
G = 30.16%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6F12 (or 0xEF6F12) is known color: Pumpkin. HEX triplet: EF, 6F and 12. RGB value is (239,111,18). Sum of RGB (Red+Green+Blue) = 239+111+18=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6F12 is #1090ED. Grayscale: #8B8B8B. Windows color (decimal): -1085678 or 1208303. OLE color: 1208303.

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

Color convert

RGB 239 111 18 -
CMYK 0 0.54 0.92 0.06
HSL 25.25º 0.87% 0.5% -
HSV(B) 25.25º 0.92% 0.94% -
XYZ 41.39 29.76 4.14 -
YUV 138.67 59.91 199.56 -
System Red Green Blue C M Y K H S L
Decimal 239 111 18 0 0.54 0.92 0.06 25.25 0.87 0.5
Hex EF 6F 12 0 36 5C 6 19 57 32
Octal 357 157 22 0 66 134 6 31 127 62
Binary 11101111 1101111 10010 0 110110 1011100 110 11001 1010111 110010

Color Harmonies of #EF6F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6F12

Black with #EF6F12

Text Example


Text Example

White with #EF6F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6F12; }

 p { color: rgb(239,111,18); }

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

background-color css

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

 a { background-color: rgb(239,111,18); }

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

border-color css

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

 span { border-color: rgb(239,111,18); }

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