Html Css Color HEX #EA5C15 Persimmon

📋 copy color: '#EA5C15'

red 234 ◦ green 92 ◦ blue 21

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

Shades of Persimmon #EA5C15

Tints of Persimmon #EA5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

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

R = 67.44%
G = 26.51%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA5C15 (or 0xEA5C15) is known color: Persimmon. HEX triplet: EA, 5C and 15. RGB value is (234,92,21). Sum of RGB (Red+Green+Blue) = 234+92+21=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5C15 is #15A3EA. Grayscale: #7E7E7E. Windows color (decimal): -1418219 or 1400042. OLE color: 1400042.

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

Color convert

RGB 234 92 21 -
CMYK 0 0.61 0.91 0.08
HSL 20º 0.84% 0.5% -
HSV(B) 20º 0.91% 0.92% -
XYZ 37.89 25.2 3.58 -
YUV 126.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 234 92 21 0 0.61 0.91 0.08 20 0.84 0.5
Hex EA 5C 15 0 3D 5B 8 14 54 32
Octal 352 134 25 0 75 133 10 24 124 62
Binary 11101010 1011100 10101 0 111101 1011011 1000 10100 1010100 110010

Color Harmonies of #EA5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C15

Black with #EA5C15

Text Example


Text Example

White with #EA5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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