Html Css Color HEX #E55602 Persimmon

📋 copy color: '#E55602'

red 229 ◦ green 86 ◦ blue 2

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

Shades of Persimmon #E55602

Tints of Persimmon #E55602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 72.24%
G = 27.13%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E55602 (or 0xE55602) is known color: Persimmon. HEX triplet: E5, 56 and 02. RGB value is (229,86,2). Sum of RGB (Red+Green+Blue) = 229+86+2=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E55602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55602 is #1AA9FD. Grayscale: #777777. Windows color (decimal): -1747454 or 153317. OLE color: 153317.

HSL color Cylindrical-coordinate representation of color #E55602: hue angle of 22.2º degrees, saturation: 0.98, 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 #E55602 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 86 2 -
CMYK 0 0.62 0.99 0.10
HSL 22.2º 0.98% 0.45% -
HSV(B) 22.2º 0.99% 0.9% -
XYZ 35.65 23.32 2.68 -
YUV 119.18 61.88 206.33 -
System Red Green Blue C M Y K H S L
Decimal 229 86 2 0 0.62 0.99 0.10 22.2 0.98 0.45
Hex E5 56 2 0 3E 63 A 16 62 2D
Octal 345 126 2 0 76 143 12 26 142 55
Binary 11100101 1010110 10 0 111110 1100011 1010 10110 1100010 101101

Color Harmonies of #E55602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55602

Black with #E55602

Text Example


Text Example

White with #E55602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55602; }

 p { color: rgb(229,86,2); }

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

background-color css

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

 a { background-color: rgb(229,86,2); }

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

border-color css

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

 span { border-color: rgb(229,86,2); }

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