Html Css Color HEX #EF7A12 Pumpkin

📋 copy color: '#EF7A12'

red 239 ◦ green 122 ◦ blue 18

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

Shades of Pumpkin #EF7A12

Tints of Pumpkin #EF7A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 63.06%
G = 32.19%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7A12 (or 0xEF7A12) is known color: Pumpkin. HEX triplet: EF, 7A and 12. RGB value is (239,122,18). Sum of RGB (Red+Green+Blue) = 239+122+18=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A12 is #1085ED. Grayscale: #919191. Windows color (decimal): -1082862 or 1211119. OLE color: 1211119.

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

Color convert

RGB 239 122 18 -
CMYK 0 0.49 0.92 0.06
HSL 28.24º 0.87% 0.5% -
HSV(B) 28.24º 0.92% 0.94% -
XYZ 42.67 32.31 4.56 -
YUV 145.13 56.26 194.96 -
System Red Green Blue C M Y K H S L
Decimal 239 122 18 0 0.49 0.92 0.06 28.24 0.87 0.5
Hex EF 7A 12 0 31 5C 6 1C 57 32
Octal 357 172 22 0 61 134 6 34 127 62
Binary 11101111 1111010 10010 0 110001 1011100 110 11100 1010111 110010

Color Harmonies of #EF7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A12

Black with #EF7A12

Text Example


Text Example

White with #EF7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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