Html Css Color HEX #EF7812 Pumpkin

📋 copy color: '#EF7812'

red 239 ◦ green 120 ◦ blue 18

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

Shades of Pumpkin #EF7812

Tints of Pumpkin #EF7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 63.4%
G = 31.83%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7812 (or 0xEF7812) is known color: Pumpkin. HEX triplet: EF, 78 and 12. RGB value is (239,120,18). Sum of RGB (Red+Green+Blue) = 239+120+18=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7812 is #1087ED. Grayscale: #909090. Windows color (decimal): -1083374 or 1210607. OLE color: 1210607.

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

Color convert

RGB 239 120 18 -
CMYK 0 0.50 0.92 0.06
HSL 27.69º 0.87% 0.5% -
HSV(B) 27.69º 0.92% 0.94% -
XYZ 42.42 31.83 4.48 -
YUV 143.95 56.92 195.79 -
System Red Green Blue C M Y K H S L
Decimal 239 120 18 0 0.50 0.92 0.06 27.69 0.87 0.5
Hex EF 78 12 0 32 5C 6 1C 57 32
Octal 357 170 22 0 62 134 6 34 127 62
Binary 11101111 1111000 10010 0 110010 1011100 110 11100 1010111 110010

Color Harmonies of #EF7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7812

Black with #EF7812

Text Example


Text Example

White with #EF7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7812; }

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

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

background-color css

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

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

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

border-color css

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

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

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