Html Css Color HEX #EF761F Pumpkin

📋 copy color: '#EF761F'

red 239 ◦ green 118 ◦ blue 31

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

Shades of Pumpkin #EF761F

Tints of Pumpkin #EF761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 31 (12.5% from 255) = 7.99%

R = 61.6%
G = 30.41%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF761F (or 0xEF761F) is known color: Pumpkin. HEX triplet: EF, 76 and 1F. RGB value is (239,118,31). Sum of RGB (Red+Green+Blue) = 239+118+31=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF761F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF761F is #1089E0. Grayscale: #909090. Windows color (decimal): -1083873 or 2062063. OLE color: 2062063.

HSL color Cylindrical-coordinate representation of color #EF761F: hue angle of 25.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 #EF761F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 118 31 -
CMYK 0 0.51 0.87 0.06
HSL 25.1º 0.87% 0.53% -
HSV(B) 25.1º 0.87% 0.94% -
XYZ 42.32 31.41 5.13 -
YUV 144.26 64.09 195.57 -
System Red Green Blue C M Y K H S L
Decimal 239 118 31 0 0.51 0.87 0.06 25.1 0.87 0.53
Hex EF 76 1F 0 33 57 6 19 57 35
Octal 357 166 37 0 63 127 6 31 127 65
Binary 11101111 1110110 11111 0 110011 1010111 110 11001 1010111 110101

Color Harmonies of #EF761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF761F

Black with #EF761F

Text Example


Text Example

White with #EF761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF761F; }

 p { color: rgb(239,118,31); }

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

background-color css

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

 a { background-color: rgb(239,118,31); }

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

border-color css

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

 span { border-color: rgb(239,118,31); }

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