Html Css Color HEX #EA5E14 Persimmon

📋 copy color: '#EA5E14'

red 234 ◦ green 94 ◦ blue 20

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

Shades of Persimmon #EA5E14

Tints of Persimmon #EA5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 67.24%
G = 27.01%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA5E14 (or 0xEA5E14) is known color: Persimmon. HEX triplet: EA, 5E and 14. RGB value is (234,94,20). Sum of RGB (Red+Green+Blue) = 234+94+20=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E14 is #15A1EB. Grayscale: #7F7F7F. Windows color (decimal): -1417708 or 1335018. OLE color: 1335018.

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

Color convert

RGB 234 94 20 -
CMYK 0 0.60 0.91 0.08
HSL 20.75º 0.84% 0.5% -
HSV(B) 20.75º 0.91% 0.92% -
XYZ 38.06 25.55 3.59 -
YUV 127.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 234 94 20 0 0.60 0.91 0.08 20.75 0.84 0.5
Hex EA 5E 14 0 3C 5B 8 15 54 32
Octal 352 136 24 0 74 133 10 25 124 62
Binary 11101010 1011110 10100 0 111100 1011011 1000 10101 1010100 110010

Color Harmonies of #EA5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E14

Black with #EA5E14

Text Example


Text Example

White with #EA5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E14; }

 p { color: rgb(234,94,20); }

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

background-color css

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

 a { background-color: rgb(234,94,20); }

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

border-color css

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

 span { border-color: rgb(234,94,20); }

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