Html Css Color HEX #EA4D13 Persimmon

📋 copy color: '#EA4D13'

red 234 ◦ green 77 ◦ blue 19

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

Shades of Persimmon #EA4D13

Tints of Persimmon #EA4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 70.91%
G = 23.33%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA4D13 (or 0xEA4D13) is known color: Persimmon. HEX triplet: EA, 4D and 13. RGB value is (234,77,19). Sum of RGB (Red+Green+Blue) = 234+77+19=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D13 is #15B2EC. Grayscale: #757575. Windows color (decimal): -1422061 or 1265130. OLE color: 1265130.

HSL color Cylindrical-coordinate representation of color #EA4D13: hue angle of 16.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA4D13 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 19 -
CMYK 0 0.67 0.92 0.08
HSL 16.19º 0.85% 0.5% -
HSV(B) 16.19º 0.92% 0.92% -
XYZ 36.7 22.85 3.09 -
YUV 117.33 72.51 211.22 -
System Red Green Blue C M Y K H S L
Decimal 234 77 19 0 0.67 0.92 0.08 16.19 0.85 0.5
Hex EA 4D 13 0 43 5C 8 10 55 32
Octal 352 115 23 0 103 134 10 20 125 62
Binary 11101010 1001101 10011 0 1000011 1011100 1000 10000 1010101 110010

Color Harmonies of #EA4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D13

Black with #EA4D13

Text Example


Text Example

White with #EA4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D13; }

 p { color: rgb(234,77,19); }

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

background-color css

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

 a { background-color: rgb(234,77,19); }

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

border-color css

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

 span { border-color: rgb(234,77,19); }

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