Html Css Color HEX #E55C01 Persimmon

📋 copy color: '#E55C01'

red 229 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #E55C01

Tints of Persimmon #E55C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 71.12%
G = 28.57%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E55C01 (or 0xE55C01) is known color: Persimmon. HEX triplet: E5, 5C and 01. RGB value is (229,92,1). Sum of RGB (Red+Green+Blue) = 229+92+1=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55C01 is #1AA3FE. Grayscale: #7B7B7B. Windows color (decimal): -1745919 or 89317. OLE color: 89317.

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

Color convert

RGB 229 92 1 -
CMYK 0 0.60 1.00 0.10
HSL 23.95º 0.99% 0.45% -
HSV(B) 23.95º 1% 0.9% -
XYZ 36.15 24.31 2.82 -
YUV 122.59 59.39 203.9 -
System Red Green Blue C M Y K H S L
Decimal 229 92 1 0 0.60 1.00 0.10 23.95 0.99 0.45
Hex E5 5C 1 0 3C 64 A 18 63 2D
Octal 345 134 1 0 74 144 12 30 143 55
Binary 11100101 1011100 1 0 111100 1100100 1010 11000 1100011 101101

Color Harmonies of #E55C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55C01

Black with #E55C01

Text Example


Text Example

White with #E55C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55C01; }

 p { color: rgb(229,92,1); }

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

background-color css

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

 a { background-color: rgb(229,92,1); }

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

border-color css

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

 span { border-color: rgb(229,92,1); }

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