Html Css Color HEX #E4480C Persimmon

📋 copy color: '#E4480C'

red 228 ◦ green 72 ◦ blue 12

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

Shades of Persimmon #E4480C

Tints of Persimmon #E4480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 73.08%
G = 23.08%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4480C (or 0xE4480C) is known color: Persimmon. HEX triplet: E4, 48 and 0C. RGB value is (228,72,12). Sum of RGB (Red+Green+Blue) = 228+72+12=312 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.08% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 228 - color contains mainly: red. Hex color #E4480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4480C is #1BB7F3. Grayscale: #707070. Windows color (decimal): -1816564 or 805092. OLE color: 805092.

HSL color Cylindrical-coordinate representation of color #E4480C: hue angle of 16.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4480C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 72 12 -
CMYK 0 0.68 0.95 0.11
HSL 16.67º 0.9% 0.47% -
HSV(B) 16.67º 0.95% 0.89% -
XYZ 34.38 21.16 2.62 -
YUV 111.8 71.68 210.88 -
System Red Green Blue C M Y K H S L
Decimal 228 72 12 0 0.68 0.95 0.11 16.67 0.9 0.47
Hex E4 48 C 0 44 5F B 11 5A 2F
Octal 344 110 14 0 104 137 13 21 132 57
Binary 11100100 1001000 1100 0 1000100 1011111 1011 10001 1011010 101111

Color Harmonies of #E4480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4480C

Black with #E4480C

Text Example


Text Example

White with #E4480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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