Html Css Color HEX #E55F0D Persimmon

📋 copy color: '#E55F0D'

red 229 ◦ green 95 ◦ blue 13

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

Shades of Persimmon #E55F0D

Tints of Persimmon #E55F0D

RGB

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

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

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

R = 67.95%
G = 28.19%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E55F0D (or 0xE55F0D) is known color: Persimmon. HEX triplet: E5, 5F and 0D. RGB value is (229,95,13). Sum of RGB (Red+Green+Blue) = 229+95+13=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55F0D is #1AA0F2. Grayscale: #7E7E7E. Windows color (decimal): -1745139 or 876517. OLE color: 876517.

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

Color convert

RGB 229 95 13 -
CMYK 0 0.59 0.94 0.10
HSL 22.78º 0.89% 0.47% -
HSV(B) 22.78º 0.94% 0.9% -
XYZ 36.48 24.87 3.26 -
YUV 125.72 64.39 201.67 -
System Red Green Blue C M Y K H S L
Decimal 229 95 13 0 0.59 0.94 0.10 22.78 0.89 0.47
Hex E5 5F D 0 3B 5E A 17 59 2F
Octal 345 137 15 0 73 136 12 27 131 57
Binary 11100101 1011111 1101 0 111011 1011110 1010 10111 1011001 101111

Color Harmonies of #E55F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F0D

Black with #E55F0D

Text Example


Text Example

White with #E55F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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