Html Css Color HEX #EA7A15 Pumpkin

📋 copy color: '#EA7A15'

red 234 ◦ green 122 ◦ blue 21

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

Shades of Pumpkin #EA7A15

Tints of Pumpkin #EA7A15

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 62.07%
G = 32.36%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7A15 (or 0xEA7A15) is known color: Pumpkin. HEX triplet: EA, 7A and 15. RGB value is (234,122,21). Sum of RGB (Red+Green+Blue) = 234+122+21=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7A15 is #1585EA. Grayscale: #909090. Windows color (decimal): -1410539 or 1407722. OLE color: 1407722.

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

Color convert

RGB 234 122 21 -
CMYK 0 0.48 0.91 0.08
HSL 28.45º 0.84% 0.5% -
HSV(B) 28.45º 0.91% 0.92% -
XYZ 41.03 31.47 4.62 -
YUV 143.97 58.61 192.21 -
System Red Green Blue C M Y K H S L
Decimal 234 122 21 0 0.48 0.91 0.08 28.45 0.84 0.5
Hex EA 7A 15 0 30 5B 8 1C 54 32
Octal 352 172 25 0 60 133 10 34 124 62
Binary 11101010 1111010 10101 0 110000 1011011 1000 11100 1010100 110010

Color Harmonies of #EA7A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A15

Black with #EA7A15

Text Example


Text Example

White with #EA7A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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