Html Css Color HEX #EA6E19 Pumpkin

📋 copy color: '#EA6E19'

red 234 ◦ green 110 ◦ blue 25

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

Shades of Pumpkin #EA6E19

Tints of Pumpkin #EA6E19

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 63.41%
G = 29.81%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA6E19 (or 0xEA6E19) is known color: Pumpkin. HEX triplet: EA, 6E and 19. RGB value is (234,110,25). Sum of RGB (Red+Green+Blue) = 234+110+25=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6E19 is #1591E6. Grayscale: #898989. Windows color (decimal): -1413607 or 1666794. OLE color: 1666794.

HSL color Cylindrical-coordinate representation of color #EA6E19: hue angle of 24.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA6E19 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 110 25 -
CMYK 0 0.53 0.89 0.08
HSL 24.4º 0.83% 0.51% -
HSV(B) 24.4º 0.89% 0.92% -
XYZ 39.68 28.71 4.37 -
YUV 137.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 234 110 25 0 0.53 0.89 0.08 24.4 0.83 0.51
Hex EA 6E 19 0 35 59 8 18 53 33
Octal 352 156 31 0 65 131 10 30 123 63
Binary 11101010 1101110 11001 0 110101 1011001 1000 11000 1010011 110011

Color Harmonies of #EA6E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E19

Black with #EA6E19

Text Example


Text Example

White with #EA6E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E19; }

 p { color: rgb(234,110,25); }

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

background-color css

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

 a { background-color: rgb(234,110,25); }

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

border-color css

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

 span { border-color: rgb(234,110,25); }

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