Html Css Color HEX #EF6319 Pumpkin

📋 copy color: '#EF6319'

red 239 ◦ green 99 ◦ blue 25

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

Shades of Pumpkin #EF6319

Tints of Pumpkin #EF6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 65.84%
G = 27.27%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF6319 (or 0xEF6319) is known color: Pumpkin. HEX triplet: EF, 63 and 19. RGB value is (239,99,25). Sum of RGB (Red+Green+Blue) = 239+99+25=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6319 is #109CE6. Grayscale: #848484. Windows color (decimal): -1088743 or 1663983. OLE color: 1663983.

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

Color convert

RGB 239 99 25 -
CMYK 0 0.59 0.90 0.06
HSL 20.75º 0.87% 0.52% -
HSV(B) 20.75º 0.9% 0.94% -
XYZ 40.23 27.34 4.08 -
YUV 132.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 239 99 25 0 0.59 0.90 0.06 20.75 0.87 0.52
Hex EF 63 19 0 3B 5A 6 15 57 34
Octal 357 143 31 0 73 132 6 25 127 64
Binary 11101111 1100011 11001 0 111011 1011010 110 10101 1010111 110100

Color Harmonies of #EF6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6319

Black with #EF6319

Text Example


Text Example

White with #EF6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6319; }

 p { color: rgb(239,99,25); }

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

background-color css

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

 a { background-color: rgb(239,99,25); }

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

border-color css

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

 span { border-color: rgb(239,99,25); }

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