Html Css Color HEX #EA5B15 Persimmon

📋 copy color: '#EA5B15'

red 234 ◦ green 91 ◦ blue 21

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

Shades of Persimmon #EA5B15

Tints of Persimmon #EA5B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

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

R = 67.63%
G = 26.3%
B = 6.07%

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

#EA5B15 (or 0xEA5B15) is known color: Persimmon. HEX triplet: EA, 5B and 15. RGB value is (234,91,21). Sum of RGB (Red+Green+Blue) = 234+91+21=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5B15 is #15A4EA. Grayscale: #7E7E7E. Windows color (decimal): -1418475 or 1399786. OLE color: 1399786.

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

Color convert

RGB 234 91 21 -
CMYK 0 0.61 0.91 0.08
HSL 19.72º 0.84% 0.5% -
HSV(B) 19.72º 0.91% 0.92% -
XYZ 37.81 25.03 3.55 -
YUV 125.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 234 91 21 0 0.61 0.91 0.08 19.72 0.84 0.5
Hex EA 5B 15 0 3D 5B 8 14 54 32
Octal 352 133 25 0 75 133 10 24 124 62
Binary 11101010 1011011 10101 0 111101 1011011 1000 10100 1010100 110010

Color Harmonies of #EA5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B15

Black with #EA5B15

Text Example


Text Example

White with #EA5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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