Html Css Color HEX #E55D00 Persimmon

📋 copy color: '#E55D00'

red 229 ◦ green 93 ◦ blue 0

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

Shades of Persimmon #E55D00

Tints of Persimmon #E55D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.12%
G = 28.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E55D00 (or 0xE55D00) is known color: Persimmon. HEX triplet: E5, 5D and 00. RGB value is (229,93,0). Sum of RGB (Red+Green+Blue) = 229+93+0=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D00 is #1AA2FF. Grayscale: #7B7B7B. Windows color (decimal): -1745664 or 24037. OLE color: 24037.

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

Color convert

RGB 229 93 0 -
CMYK 0 0.59 1 0.10
HSL 24.37º 1% 0.45% -
HSV(B) 24.37º 1% 0.9% -
XYZ 36.23 24.49 2.82 -
YUV 123.06 58.56 203.56 -
System Red Green Blue C M Y K H S L
Decimal 229 93 0 0 0.59 1 0.10 24.37 1 0.45
Hex E5 5D 0 0 3B 64 A 18 64 2D
Octal 345 135 0 0 73 144 12 30 144 55
Binary 11100101 1011101 0 0 111011 1100100 1010 11000 1100100 101101

Color Harmonies of #E55D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D00

Black with #E55D00

Text Example


Text Example

White with #E55D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D00; }

 p { color: rgb(229,93,0); }

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

background-color css

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

 a { background-color: rgb(229,93,0); }

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

border-color css

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

 span { border-color: rgb(229,93,0); }

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