Html Css Color HEX #E4480F Persimmon

📋 copy color: '#E4480F'

red 228 ◦ green 72 ◦ blue 15

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

Shades of Persimmon #E4480F

Tints of Persimmon #E4480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 72.38%
G = 22.86%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E4480F (or 0xE4480F) is known color: Persimmon. HEX triplet: E4, 48 and 0F. RGB value is (228,72,15). Sum of RGB (Red+Green+Blue) = 228+72+15=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E4480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4480F is #1BB7F0. Grayscale: #707070. Windows color (decimal): -1816561 or 1001700. OLE color: 1001700.

HSL color Cylindrical-coordinate representation of color #E4480F: hue angle of 16.06º 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 #E4480F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 72 15 -
CMYK 0 0.68 0.93 0.11
HSL 16.06º 0.88% 0.48% -
HSV(B) 16.06º 0.93% 0.89% -
XYZ 34.4 21.16 2.72 -
YUV 112.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 228 72 15 0 0.68 0.93 0.11 16.06 0.88 0.48
Hex E4 48 F 0 44 5D B 10 58 30
Octal 344 110 17 0 104 135 13 20 130 60
Binary 11100100 1001000 1111 0 1000100 1011101 1011 10000 1011000 110000

Color Harmonies of #E4480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4480F

Black with #E4480F

Text Example


Text Example

White with #E4480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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