Html Css Color HEX #EC7B1F Pumpkin

📋 copy color: '#EC7B1F'

red 236 ◦ green 123 ◦ blue 31

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

Shades of Pumpkin #EC7B1F

Tints of Pumpkin #EC7B1F

RGB

 RED value IS 236 (92.58% from 255) = 60.51%

 GREEN value IS 123 (48.44% from 255) = 31.54%

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

R = 60.51%
G = 31.54%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC7B1F (or 0xEC7B1F) is known color: Pumpkin. HEX triplet: EC, 7B and 1F. RGB value is (236,123,31). Sum of RGB (Red+Green+Blue) = 236+123+31=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7B1F is #1384E0. Grayscale: #929292. Windows color (decimal): -1279201 or 2063340. OLE color: 2063340.

HSL color Cylindrical-coordinate representation of color #EC7B1F: hue angle of 26.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC7B1F is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 31 -
CMYK 0 0.48 0.87 0.07
HSL 26.93º 0.84% 0.52% -
HSV(B) 26.93º 0.87% 0.93% -
XYZ 41.92 32.1 5.28 -
YUV 146.3 62.94 191.98 -
System Red Green Blue C M Y K H S L
Decimal 236 123 31 0 0.48 0.87 0.07 26.93 0.84 0.52
Hex EC 7B 1F 0 30 57 7 1B 54 34
Octal 354 173 37 0 60 127 7 33 124 64
Binary 11101100 1111011 11111 0 110000 1010111 111 11011 1010100 110100

Color Harmonies of #EC7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B1F

Black with #EC7B1F

Text Example


Text Example

White with #EC7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B1F; }

 p { color: rgb(236,123,31); }

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

background-color css

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

 a { background-color: rgb(236,123,31); }

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

border-color css

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

 span { border-color: rgb(236,123,31); }

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