Html Css Color HEX #E55302 Persimmon

📋 copy color: '#E55302'

red 229 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #E55302

Tints of Persimmon #E55302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 72.93%
G = 26.43%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E55302 (or 0xE55302) is known color: Persimmon. HEX triplet: E5, 53 and 02. RGB value is (229,83,2). Sum of RGB (Red+Green+Blue) = 229+83+2=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E55302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55302 is #1AACFD. Grayscale: #757575. Windows color (decimal): -1748222 or 152549. OLE color: 152549.

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

Color convert

RGB 229 83 2 -
CMYK 0 0.64 0.99 0.10
HSL 21.41º 0.98% 0.45% -
HSV(B) 21.41º 0.99% 0.9% -
XYZ 35.42 22.85 2.6 -
YUV 117.42 62.87 207.59 -
System Red Green Blue C M Y K H S L
Decimal 229 83 2 0 0.64 0.99 0.10 21.41 0.98 0.45
Hex E5 53 2 0 40 63 A 15 62 2D
Octal 345 123 2 0 100 143 12 25 142 55
Binary 11100101 1010011 10 0 1000000 1100011 1010 10101 1100010 101101

Color Harmonies of #E55302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55302

Black with #E55302

Text Example


Text Example

White with #E55302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55302; }

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

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

background-color css

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

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

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

border-color css

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

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

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