Html Css Color HEX #EA7417 Pumpkin

📋 copy color: '#EA7417'

red 234 ◦ green 116 ◦ blue 23

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

Shades of Pumpkin #EA7417

Tints of Pumpkin #EA7417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 62.73%
G = 31.1%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA7417 (or 0xEA7417) is known color: Pumpkin. HEX triplet: EA, 74 and 17. RGB value is (234,116,23). Sum of RGB (Red+Green+Blue) = 234+116+23=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7417 is #158BE8. Grayscale: #8D8D8D. Windows color (decimal): -1412073 or 1537258. OLE color: 1537258.

HSL color Cylindrical-coordinate representation of color #EA7417: hue angle of 26.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA7417 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 23 -
CMYK 0 0.50 0.90 0.08
HSL 26.45º 0.83% 0.5% -
HSV(B) 26.45º 0.9% 0.92% -
XYZ 40.33 30.05 4.48 -
YUV 140.68 61.59 194.56 -
System Red Green Blue C M Y K H S L
Decimal 234 116 23 0 0.50 0.90 0.08 26.45 0.83 0.5
Hex EA 74 17 0 32 5A 8 1A 53 32
Octal 352 164 27 0 62 132 10 32 123 62
Binary 11101010 1110100 10111 0 110010 1011010 1000 11010 1010011 110010

Color Harmonies of #EA7417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7417

Black with #EA7417

Text Example


Text Example

White with #EA7417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7417; }

 p { color: rgb(234,116,23); }

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

background-color css

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

 a { background-color: rgb(234,116,23); }

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

border-color css

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

 span { border-color: rgb(234,116,23); }

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