Html Css Color HEX #EC7D1B Pumpkin

📋 copy color: '#EC7D1B'

red 236 ◦ green 125 ◦ blue 27

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

Shades of Pumpkin #EC7D1B

Tints of Pumpkin #EC7D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 60.82%
G = 32.22%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC7D1B (or 0xEC7D1B) is known color: Pumpkin. HEX triplet: EC, 7D and 1B. RGB value is (236,125,27). Sum of RGB (Red+Green+Blue) = 236+125+27=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D1B is #1382E4. Grayscale: #939393. Windows color (decimal): -1278693 or 1801708. OLE color: 1801708.

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

Color convert

RGB 236 125 27 -
CMYK 0 0.47 0.89 0.07
HSL 28.13º 0.85% 0.52% -
HSV(B) 28.13º 0.89% 0.93% -
XYZ 42.12 32.58 5.11 -
YUV 147.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 236 125 27 0 0.47 0.89 0.07 28.13 0.85 0.52
Hex EC 7D 1B 0 2F 59 7 1C 55 34
Octal 354 175 33 0 57 131 7 34 125 64
Binary 11101100 1111101 11011 0 101111 1011001 111 11100 1010101 110100

Color Harmonies of #EC7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D1B

Black with #EC7D1B

Text Example


Text Example

White with #EC7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D1B; }

 p { color: rgb(236,125,27); }

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

background-color css

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

 a { background-color: rgb(236,125,27); }

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

border-color css

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

 span { border-color: rgb(236,125,27); }

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