Html Css Color HEX #E4550C Persimmon

📋 copy color: '#E4550C'

red 228 ◦ green 85 ◦ blue 12

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

Shades of Persimmon #E4550C

Tints of Persimmon #E4550C

RGB

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

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

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

R = 70.15%
G = 26.15%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4550C (or 0xE4550C) is known color: Persimmon. HEX triplet: E4, 55 and 0C. RGB value is (228,85,12). Sum of RGB (Red+Green+Blue) = 228+85+12=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E4550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4550C is #1BAAF3. Grayscale: #777777. Windows color (decimal): -1813236 or 808420. OLE color: 808420.

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

Color convert

RGB 228 85 12 -
CMYK 0 0.63 0.95 0.11
HSL 20.28º 0.9% 0.47% -
HSV(B) 20.28º 0.95% 0.89% -
XYZ 35.31 23.02 2.93 -
YUV 119.44 67.38 205.44 -
System Red Green Blue C M Y K H S L
Decimal 228 85 12 0 0.63 0.95 0.11 20.28 0.9 0.47
Hex E4 55 C 0 3F 5F B 14 5A 2F
Octal 344 125 14 0 77 137 13 24 132 57
Binary 11100100 1010101 1100 0 111111 1011111 1011 10100 1011010 101111

Color Harmonies of #E4550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4550C

Black with #E4550C

Text Example


Text Example

White with #E4550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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