Html Css Color HEX #EB7914 Pumpkin

📋 copy color: '#EB7914'

red 235 ◦ green 121 ◦ blue 20

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

Shades of Pumpkin #EB7914

Tints of Pumpkin #EB7914

RGB

 RED value IS 235 (92.19% from 255) = 62.5%

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 62.5%
G = 32.18%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB7914 (or 0xEB7914) is known color: Pumpkin. HEX triplet: EB, 79 and 14. RGB value is (235,121,20). Sum of RGB (Red+Green+Blue) = 235+121+20=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7914 is #1486EB. Grayscale: #909090. Windows color (decimal): -1345260 or 1341931. OLE color: 1341931.

HSL color Cylindrical-coordinate representation of color #EB7914: hue angle of 28.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB7914 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 121 20 -
CMYK 0 0.49 0.91 0.08
HSL 28.19º 0.84% 0.5% -
HSV(B) 28.19º 0.91% 0.92% -
XYZ 41.22 31.39 4.55 -
YUV 143.57 58.27 193.21 -
System Red Green Blue C M Y K H S L
Decimal 235 121 20 0 0.49 0.91 0.08 28.19 0.84 0.5
Hex EB 79 14 0 31 5B 8 1C 54 32
Octal 353 171 24 0 61 133 10 34 124 62
Binary 11101011 1111001 10100 0 110001 1011011 1000 11100 1010100 110010

Color Harmonies of #EB7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7914

Black with #EB7914

Text Example


Text Example

White with #EB7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7914; }

 p { color: rgb(235,121,20); }

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

background-color css

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

 a { background-color: rgb(235,121,20); }

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

border-color css

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

 span { border-color: rgb(235,121,20); }

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