Html Css Color HEX #E05002 Persimmon

📋 copy color: '#E05002'

red 224 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #E05002

Tints of Persimmon #E05002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 73.2%
G = 26.14%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05002 (or 0xE05002) is known color: Persimmon. HEX triplet: E0, 50 and 02. RGB value is (224,80,2). Sum of RGB (Red+Green+Blue) = 224+80+2=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E05002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05002 is #1FAFFD. Grayscale: #727272. Windows color (decimal): -2076670 or 151776. OLE color: 151776.

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

Color convert

RGB 224 80 2 -
CMYK 0 0.64 0.99 0.12
HSL 21.08º 0.98% 0.44% -
HSV(B) 21.08º 0.99% 0.88% -
XYZ 33.62 21.59 2.45 -
YUV 114.16 64.71 206.34 -
System Red Green Blue C M Y K H S L
Decimal 224 80 2 0 0.64 0.99 0.12 21.08 0.98 0.44
Hex E0 50 2 0 40 63 C 15 62 2C
Octal 340 120 2 0 100 143 14 25 142 54
Binary 11100000 1010000 10 0 1000000 1100011 1100 10101 1100010 101100

Color Harmonies of #E05002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05002

Black with #E05002

Text Example


Text Example

White with #E05002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05002; }

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

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

background-color css

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

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

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

border-color css

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

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

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