Html Css Color HEX #EA5615 Persimmon

📋 copy color: '#EA5615'

red 234 ◦ green 86 ◦ blue 21

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

Shades of Persimmon #EA5615

Tints of Persimmon #EA5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

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

R = 68.62%
G = 25.22%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA5615 (or 0xEA5615) is known color: Persimmon. HEX triplet: EA, 56 and 15. RGB value is (234,86,21). Sum of RGB (Red+Green+Blue) = 234+86+21=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5615 is #15A9EA. Grayscale: #7B7B7B. Windows color (decimal): -1419755 or 1398506. OLE color: 1398506.

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

Color convert

RGB 234 86 21 -
CMYK 0 0.63 0.91 0.08
HSL 18.31º 0.84% 0.5% -
HSV(B) 18.31º 0.91% 0.92% -
XYZ 37.39 24.2 3.41 -
YUV 122.84 70.53 207.29 -
System Red Green Blue C M Y K H S L
Decimal 234 86 21 0 0.63 0.91 0.08 18.31 0.84 0.5
Hex EA 56 15 0 3F 5B 8 12 54 32
Octal 352 126 25 0 77 133 10 22 124 62
Binary 11101010 1010110 10101 0 111111 1011011 1000 10010 1010100 110010

Color Harmonies of #EA5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5615

Black with #EA5615

Text Example


Text Example

White with #EA5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5615; }

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

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

background-color css

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

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

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

border-color css

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

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

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