Html Css Color HEX #E4550D Persimmon

📋 copy color: '#E4550D'

red 228 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #E4550D

Tints of Persimmon #E4550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 69.94%
G = 26.07%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4550D (or 0xE4550D) is known color: Persimmon. HEX triplet: E4, 55 and 0D. RGB value is (228,85,13). Sum of RGB (Red+Green+Blue) = 228+85+13=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4550D is #1BAAF2. Grayscale: #777777. Windows color (decimal): -1813235 or 873956. OLE color: 873956.

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

Color convert

RGB 228 85 13 -
CMYK 0 0.63 0.94 0.11
HSL 20.09º 0.89% 0.47% -
HSV(B) 20.09º 0.94% 0.89% -
XYZ 35.32 23.02 2.96 -
YUV 119.55 67.88 205.35 -
System Red Green Blue C M Y K H S L
Decimal 228 85 13 0 0.63 0.94 0.11 20.09 0.89 0.47
Hex E4 55 D 0 3F 5E B 14 59 2F
Octal 344 125 15 0 77 136 13 24 131 57
Binary 11100100 1010101 1101 0 111111 1011110 1011 10100 1011001 101111

Color Harmonies of #E4550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4550D

Black with #E4550D

Text Example


Text Example

White with #E4550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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