Html Css Color HEX #E5550C Persimmon

📋 copy color: '#E5550C'

red 229 ◦ green 85 ◦ blue 12

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

Shades of Persimmon #E5550C

Tints of Persimmon #E5550C

RGB

 RED value IS 229 (89.84% from 255) = 70.25%

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

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

R = 70.25%
G = 26.07%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5550C (or 0xE5550C) is known color: Persimmon. HEX triplet: E5, 55 and 0C. RGB value is (229,85,12). Sum of RGB (Red+Green+Blue) = 229+85+12=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5550C is #1AAAF3. Grayscale: #787878. Windows color (decimal): -1747700 or 808421. OLE color: 808421.

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

Color convert

RGB 229 85 12 -
CMYK 0 0.63 0.95 0.10
HSL 20.18º 0.9% 0.47% -
HSV(B) 20.18º 0.95% 0.9% -
XYZ 35.63 23.18 2.94 -
YUV 119.73 67.21 205.94 -
System Red Green Blue C M Y K H S L
Decimal 229 85 12 0 0.63 0.95 0.10 20.18 0.9 0.47
Hex E5 55 C 0 3F 5F A 14 5A 2F
Octal 345 125 14 0 77 137 12 24 132 57
Binary 11100101 1010101 1100 0 111111 1011111 1010 10100 1011010 101111

Color Harmonies of #E5550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5550C

Black with #E5550C

Text Example


Text Example

White with #E5550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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