Html Css Color HEX #E05502 Persimmon

📋 copy color: '#E05502'

red 224 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #E05502

Tints of Persimmon #E05502

RGB

 RED value IS 224 (87.89% from 255) = 72.03%

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 72.03%
G = 27.33%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05502 (or 0xE05502) is known color: Persimmon. HEX triplet: E0, 55 and 02. RGB value is (224,85,2). Sum of RGB (Red+Green+Blue) = 224+85+2=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E05502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05502 is #1FAAFD. Grayscale: #757575. Windows color (decimal): -2075390 or 153056. OLE color: 153056.

HSL color Cylindrical-coordinate representation of color #E05502: hue angle of 22.43º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E05502 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 2 -
CMYK 0 0.62 0.99 0.12
HSL 22.43º 0.98% 0.44% -
HSV(B) 22.43º 0.99% 0.88% -
XYZ 34 22.35 2.58 -
YUV 117.1 63.05 204.25 -
System Red Green Blue C M Y K H S L
Decimal 224 85 2 0 0.62 0.99 0.12 22.43 0.98 0.44
Hex E0 55 2 0 3E 63 C 16 62 2C
Octal 340 125 2 0 76 143 14 26 142 54
Binary 11100000 1010101 10 0 111110 1100011 1100 10110 1100010 101100

Color Harmonies of #E05502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05502

Black with #E05502

Text Example


Text Example

White with #E05502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05502; }

 p { color: rgb(224,85,2); }

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

background-color css

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

 a { background-color: rgb(224,85,2); }

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

border-color css

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

 span { border-color: rgb(224,85,2); }

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