Html Css Color HEX #E55D03 Persimmon

📋 copy color: '#E55D03'

red 229 ◦ green 93 ◦ blue 3

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

Shades of Persimmon #E55D03

Tints of Persimmon #E55D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 70.46%
G = 28.62%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E55D03 (or 0xE55D03) is known color: Persimmon. HEX triplet: E5, 5D and 03. RGB value is (229,93,3). Sum of RGB (Red+Green+Blue) = 229+93+3=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D03 is #1AA2FC. Grayscale: #7B7B7B. Windows color (decimal): -1745661 or 220645. OLE color: 220645.

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

Color convert

RGB 229 93 3 -
CMYK 0 0.59 0.99 0.10
HSL 23.89º 0.97% 0.45% -
HSV(B) 23.89º 0.99% 0.9% -
XYZ 36.24 24.49 2.9 -
YUV 123.4 60.06 203.32 -
System Red Green Blue C M Y K H S L
Decimal 229 93 3 0 0.59 0.99 0.10 23.89 0.97 0.45
Hex E5 5D 3 0 3B 63 A 18 61 2D
Octal 345 135 3 0 73 143 12 30 141 55
Binary 11100101 1011101 11 0 111011 1100011 1010 11000 1100001 101101

Color Harmonies of #E55D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D03

Black with #E55D03

Text Example


Text Example

White with #E55D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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