Html Css Color HEX #EF641E Pumpkin

📋 copy color: '#EF641E'

red 239 ◦ green 100 ◦ blue 30

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

Shades of Pumpkin #EF641E

Tints of Pumpkin #EF641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 64.77%
G = 27.1%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF641E (or 0xEF641E) is known color: Pumpkin. HEX triplet: EF, 64 and 1E. RGB value is (239,100,30). Sum of RGB (Red+Green+Blue) = 239+100+30=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641E is #109BE1. Grayscale: #868686. Windows color (decimal): -1088482 or 1991919. OLE color: 1991919.

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

Color convert

RGB 239 100 30 -
CMYK 0 0.58 0.87 0.06
HSL 20.1º 0.87% 0.53% -
HSV(B) 20.1º 0.87% 0.94% -
XYZ 40.39 27.56 4.42 -
YUV 133.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 239 100 30 0 0.58 0.87 0.06 20.1 0.87 0.53
Hex EF 64 1E 0 3A 57 6 14 57 35
Octal 357 144 36 0 72 127 6 24 127 65
Binary 11101111 1100100 11110 0 111010 1010111 110 10100 1010111 110101

Color Harmonies of #EF641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF641E

Black with #EF641E

Text Example


Text Example

White with #EF641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF641E; }

 p { color: rgb(239,100,30); }

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

background-color css

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

 a { background-color: rgb(239,100,30); }

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

border-color css

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

 span { border-color: rgb(239,100,30); }

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