Html Css Color HEX #EA7C1A Pumpkin

📋 copy color: '#EA7C1A'

red 234 ◦ green 124 ◦ blue 26

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

Shades of Pumpkin #EA7C1A

Tints of Pumpkin #EA7C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 60.94%
G = 32.29%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA7C1A (or 0xEA7C1A) is known color: Pumpkin. HEX triplet: EA, 7C and 1A. RGB value is (234,124,26). Sum of RGB (Red+Green+Blue) = 234+124+26=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7C1A is #1583E5. Grayscale: #929292. Windows color (decimal): -1410022 or 1735914. OLE color: 1735914.

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

Color convert

RGB 234 124 26 -
CMYK 0 0.47 0.89 0.08
HSL 28.27º 0.83% 0.51% -
HSV(B) 28.27º 0.89% 0.92% -
XYZ 41.33 31.98 4.97 -
YUV 145.72 60.44 190.97 -
System Red Green Blue C M Y K H S L
Decimal 234 124 26 0 0.47 0.89 0.08 28.27 0.83 0.51
Hex EA 7C 1A 0 2F 59 8 1C 53 33
Octal 352 174 32 0 57 131 10 34 123 63
Binary 11101010 1111100 11010 0 101111 1011001 1000 11100 1010011 110011

Color Harmonies of #EA7C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C1A

Black with #EA7C1A

Text Example


Text Example

White with #EA7C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C1A; }

 p { color: rgb(234,124,26); }

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

background-color css

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

 a { background-color: rgb(234,124,26); }

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

border-color css

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

 span { border-color: rgb(234,124,26); }

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