Html Css Color HEX #EA7616 Pumpkin

📋 copy color: '#EA7616'

red 234 ◦ green 118 ◦ blue 22

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

Shades of Pumpkin #EA7616

Tints of Pumpkin #EA7616

RGB

 RED value IS 234 (91.8% from 255) = 62.57%

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

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 62.57%
G = 31.55%
B = 5.88%

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

#EA7616 (or 0xEA7616) is known color: Pumpkin. HEX triplet: EA, 76 and 16. RGB value is (234,118,22). Sum of RGB (Red+Green+Blue) = 234+118+22=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7616 is #1589E9. Grayscale: #8E8E8E. Windows color (decimal): -1411562 or 1472234. OLE color: 1472234.

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

Color convert

RGB 234 118 22 -
CMYK 0 0.50 0.91 0.08
HSL 27.17º 0.83% 0.5% -
HSV(B) 27.17º 0.91% 0.92% -
XYZ 40.55 30.51 4.51 -
YUV 141.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 234 118 22 0 0.50 0.91 0.08 27.17 0.83 0.5
Hex EA 76 16 0 32 5B 8 1B 53 32
Octal 352 166 26 0 62 133 10 33 123 62
Binary 11101010 1110110 10110 0 110010 1011011 1000 11011 1010011 110010

Color Harmonies of #EA7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7616

Black with #EA7616

Text Example


Text Example

White with #EA7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7616; }

 p { color: rgb(234,118,22); }

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

background-color css

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

 a { background-color: rgb(234,118,22); }

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

border-color css

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

 span { border-color: rgb(234,118,22); }

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