Html Css Color HEX #EF611A Pumpkin

📋 copy color: '#EF611A'

red 239 ◦ green 97 ◦ blue 26

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

Shades of Pumpkin #EF611A

Tints of Pumpkin #EF611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 66.02%
G = 26.8%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF611A (or 0xEF611A) is known color: Pumpkin. HEX triplet: EF, 61 and 1A. RGB value is (239,97,26). Sum of RGB (Red+Green+Blue) = 239+97+26=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF611A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF611A is #109EE5. Grayscale: #838383. Windows color (decimal): -1089254 or 1729007. OLE color: 1729007.

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

Color convert

RGB 239 97 26 -
CMYK 0 0.59 0.89 0.06
HSL 20º 0.87% 0.52% -
HSV(B) 20º 0.89% 0.94% -
XYZ 40.06 26.97 4.07 -
YUV 131.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 239 97 26 0 0.59 0.89 0.06 20 0.87 0.52
Hex EF 61 1A 0 3B 59 6 14 57 34
Octal 357 141 32 0 73 131 6 24 127 64
Binary 11101111 1100001 11010 0 111011 1011001 110 10100 1010111 110100

Color Harmonies of #EF611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF611A

Black with #EF611A

Text Example


Text Example

White with #EF611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF611A; }

 p { color: rgb(239,97,26); }

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

background-color css

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

 a { background-color: rgb(239,97,26); }

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

border-color css

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

 span { border-color: rgb(239,97,26); }

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