Html Css Color HEX #EA7315 Pumpkin

📋 copy color: '#EA7315'

red 234 ◦ green 115 ◦ blue 21

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

Shades of Pumpkin #EA7315

Tints of Pumpkin #EA7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 63.24%
G = 31.08%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7315 (or 0xEA7315) is known color: Pumpkin. HEX triplet: EA, 73 and 15. RGB value is (234,115,21). Sum of RGB (Red+Green+Blue) = 234+115+21=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7315 is #158CEA. Grayscale: #8C8C8C. Windows color (decimal): -1412331 or 1405930. OLE color: 1405930.

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

Color convert

RGB 234 115 21 -
CMYK 0 0.51 0.91 0.08
HSL 26.48º 0.84% 0.5% -
HSV(B) 26.48º 0.91% 0.92% -
XYZ 40.2 29.81 4.34 -
YUV 139.87 60.92 195.14 -
System Red Green Blue C M Y K H S L
Decimal 234 115 21 0 0.51 0.91 0.08 26.48 0.84 0.5
Hex EA 73 15 0 33 5B 8 1A 54 32
Octal 352 163 25 0 63 133 10 32 124 62
Binary 11101010 1110011 10101 0 110011 1011011 1000 11010 1010100 110010

Color Harmonies of #EA7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7315

Black with #EA7315

Text Example


Text Example

White with #EA7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7315; }

 p { color: rgb(234,115,21); }

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

background-color css

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

 a { background-color: rgb(234,115,21); }

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

border-color css

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

 span { border-color: rgb(234,115,21); }

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