Html Css Color HEX #EF6918 Pumpkin

📋 copy color: '#EF6918'

red 239 ◦ green 105 ◦ blue 24

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

Shades of Pumpkin #EF6918

Tints of Pumpkin #EF6918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

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

R = 64.95%
G = 28.53%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF6918 (or 0xEF6918) is known color: Pumpkin. HEX triplet: EF, 69 and 18. RGB value is (239,105,24). Sum of RGB (Red+Green+Blue) = 239+105+24=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6918 is #1096E7. Grayscale: #888888. Windows color (decimal): -1087208 or 1599983. OLE color: 1599983.

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

Color convert

RGB 239 105 24 -
CMYK 0 0.56 0.90 0.06
HSL 22.6º 0.87% 0.52% -
HSV(B) 22.6º 0.9% 0.94% -
XYZ 40.81 28.52 4.22 -
YUV 135.83 64.89 201.59 -
System Red Green Blue C M Y K H S L
Decimal 239 105 24 0 0.56 0.90 0.06 22.6 0.87 0.52
Hex EF 69 18 0 38 5A 6 17 57 34
Octal 357 151 30 0 70 132 6 27 127 64
Binary 11101111 1101001 11000 0 111000 1011010 110 10111 1010111 110100

Color Harmonies of #EF6918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6918

Black with #EF6918

Text Example


Text Example

White with #EF6918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6918; }

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

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

background-color css

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

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

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

border-color css

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

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

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