Html Css Color HEX #E55A00 Persimmon

📋 copy color: '#E55A00'

red 229 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #E55A00

Tints of Persimmon #E55A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 71.79%
G = 28.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E55A00 (or 0xE55A00) is known color: Persimmon. HEX triplet: E5, 5A and 00. RGB value is (229,90,0). Sum of RGB (Red+Green+Blue) = 229+90+0=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55A00 is #1AA5FF. Grayscale: #797979. Windows color (decimal): -1746432 or 23269. OLE color: 23269.

HSL color Cylindrical-coordinate representation of color #E55A00: hue angle of 23.58º 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 #E55A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 0 -
CMYK 0 0.61 1 0.10
HSL 23.58º 1% 0.45% -
HSV(B) 23.58º 1% 0.9% -
XYZ 35.97 23.97 2.73 -
YUV 121.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 229 90 0 0 0.61 1 0.10 23.58 1 0.45
Hex E5 5A 0 0 3D 64 A 18 64 2D
Octal 345 132 0 0 75 144 12 30 144 55
Binary 11100101 1011010 0 0 111101 1100100 1010 11000 1100100 101101

Color Harmonies of #E55A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A00

Black with #E55A00

Text Example


Text Example

White with #E55A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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