Html Css Color HEX #EB7614 Pumpkin

📋 copy color: '#EB7614'

red 235 ◦ green 118 ◦ blue 20

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

Shades of Pumpkin #EB7614

Tints of Pumpkin #EB7614

RGB

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

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

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

R = 63%
G = 31.64%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB7614 (or 0xEB7614) is known color: Pumpkin. HEX triplet: EB, 76 and 14. RGB value is (235,118,20). Sum of RGB (Red+Green+Blue) = 235+118+20=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB7614 is #1489EB. Grayscale: #8E8E8E. Windows color (decimal): -1346028 or 1341163. OLE color: 1341163.

HSL color Cylindrical-coordinate representation of color #EB7614: hue angle of 27.35º 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 #EB7614 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 20 -
CMYK 0 0.50 0.91 0.08
HSL 27.35º 0.84% 0.5% -
HSV(B) 27.35º 0.91% 0.92% -
XYZ 40.87 30.67 4.43 -
YUV 141.81 59.26 194.47 -
System Red Green Blue C M Y K H S L
Decimal 235 118 20 0 0.50 0.91 0.08 27.35 0.84 0.5
Hex EB 76 14 0 32 5B 8 1B 54 32
Octal 353 166 24 0 62 133 10 33 124 62
Binary 11101011 1110110 10100 0 110010 1011011 1000 11011 1010100 110010

Color Harmonies of #EB7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7614

Black with #EB7614

Text Example


Text Example

White with #EB7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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