Html Css Color HEX #E55F12 Persimmon

📋 copy color: '#E55F12'

red 229 ◦ green 95 ◦ blue 18

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

Shades of Persimmon #E55F12

Tints of Persimmon #E55F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 66.96%
G = 27.78%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E55F12 (or 0xE55F12) is known color: Persimmon. HEX triplet: E5, 5F and 12. RGB value is (229,95,18). Sum of RGB (Red+Green+Blue) = 229+95+18=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F12 is #1AA0ED. Grayscale: #7E7E7E. Windows color (decimal): -1745134 or 1204197. OLE color: 1204197.

HSL color Cylindrical-coordinate representation of color #E55F12: hue angle of 21.9º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E55F12 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 18 -
CMYK 0 0.59 0.92 0.10
HSL 21.9º 0.85% 0.48% -
HSV(B) 21.9º 0.92% 0.9% -
XYZ 36.51 24.89 3.45 -
YUV 126.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 229 95 18 0 0.59 0.92 0.10 21.9 0.85 0.48
Hex E5 5F 12 0 3B 5C A 16 55 30
Octal 345 137 22 0 73 134 12 26 125 60
Binary 11100101 1011111 10010 0 111011 1011100 1010 10110 1010101 110000

Color Harmonies of #E55F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F12

Black with #E55F12

Text Example


Text Example

White with #E55F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F12; }

 p { color: rgb(229,95,18); }

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

background-color css

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

 a { background-color: rgb(229,95,18); }

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

border-color css

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

 span { border-color: rgb(229,95,18); }

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