Html Css Color HEX #E4550F Persimmon

📋 copy color: '#E4550F'

red 228 ◦ green 85 ◦ blue 15

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

Shades of Persimmon #E4550F

Tints of Persimmon #E4550F

RGB

 RED value IS 228 (89.45% from 255) = 69.51%

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 69.51%
G = 25.91%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E4550F (or 0xE4550F) is known color: Persimmon. HEX triplet: E4, 55 and 0F. RGB value is (228,85,15). Sum of RGB (Red+Green+Blue) = 228+85+15=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E4550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4550F is #1BAAF0. Grayscale: #787878. Windows color (decimal): -1813233 or 1005028. OLE color: 1005028.

HSL color Cylindrical-coordinate representation of color #E4550F: hue angle of 19.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4550F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 15 -
CMYK 0 0.63 0.93 0.11
HSL 19.72º 0.88% 0.48% -
HSV(B) 19.72º 0.93% 0.89% -
XYZ 35.33 23.03 3.03 -
YUV 119.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 228 85 15 0 0.63 0.93 0.11 19.72 0.88 0.48
Hex E4 55 F 0 3F 5D B 14 58 30
Octal 344 125 17 0 77 135 13 24 130 60
Binary 11100100 1010101 1111 0 111111 1011101 1011 10100 1011000 110000

Color Harmonies of #E4550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4550F

Black with #E4550F

Text Example


Text Example

White with #E4550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4550F; }

 p { color: rgb(228,85,15); }

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

background-color css

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

 a { background-color: rgb(228,85,15); }

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

border-color css

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

 span { border-color: rgb(228,85,15); }

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