Html Css Color HEX #EA7718 Pumpkin

📋 copy color: '#EA7718'

red 234 ◦ green 119 ◦ blue 24

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

Shades of Pumpkin #EA7718

Tints of Pumpkin #EA7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 62.07%
G = 31.56%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA7718 (or 0xEA7718) is known color: Pumpkin. HEX triplet: EA, 77 and 18. RGB value is (234,119,24). Sum of RGB (Red+Green+Blue) = 234+119+24=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7718 is #1588E7. Grayscale: #8F8F8F. Windows color (decimal): -1411304 or 1603562. OLE color: 1603562.

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

Color convert

RGB 234 119 24 -
CMYK 0 0.49 0.90 0.08
HSL 27.14º 0.83% 0.51% -
HSV(B) 27.14º 0.9% 0.92% -
XYZ 40.69 30.75 4.66 -
YUV 142.56 61.1 193.22 -
System Red Green Blue C M Y K H S L
Decimal 234 119 24 0 0.49 0.90 0.08 27.14 0.83 0.51
Hex EA 77 18 0 31 5A 8 1B 53 33
Octal 352 167 30 0 61 132 10 33 123 63
Binary 11101010 1110111 11000 0 110001 1011010 1000 11011 1010011 110011

Color Harmonies of #EA7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7718

Black with #EA7718

Text Example


Text Example

White with #EA7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7718; }

 p { color: rgb(234,119,24); }

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

background-color css

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

 a { background-color: rgb(234,119,24); }

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

border-color css

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

 span { border-color: rgb(234,119,24); }

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