Html Css Color HEX #E55F10 Persimmon

📋 copy color: '#E55F10'

red 229 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #E55F10

Tints of Persimmon #E55F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 67.35%
G = 27.94%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E55F10 (or 0xE55F10) is known color: Persimmon. HEX triplet: E5, 5F and 10. RGB value is (229,95,16). Sum of RGB (Red+Green+Blue) = 229+95+16=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F10 is #1AA0EF. Grayscale: #7E7E7E. Windows color (decimal): -1745136 or 1073125. OLE color: 1073125.

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

Color convert

RGB 229 95 16 -
CMYK 0 0.59 0.93 0.10
HSL 22.25º 0.87% 0.48% -
HSV(B) 22.25º 0.93% 0.9% -
XYZ 36.5 24.88 3.37 -
YUV 126.06 65.89 201.42 -
System Red Green Blue C M Y K H S L
Decimal 229 95 16 0 0.59 0.93 0.10 22.25 0.87 0.48
Hex E5 5F 10 0 3B 5D A 16 57 30
Octal 345 137 20 0 73 135 12 26 127 60
Binary 11100101 1011111 10000 0 111011 1011101 1010 10110 1010111 110000

Color Harmonies of #E55F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F10

Black with #E55F10

Text Example


Text Example

White with #E55F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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