Html Css Color HEX #E05102 Persimmon

📋 copy color: '#E05102'

red 224 ◦ green 81 ◦ blue 2

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

Shades of Persimmon #E05102

Tints of Persimmon #E05102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 72.96%
G = 26.38%
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

#E05102 (or 0xE05102) is known color: Persimmon. HEX triplet: E0, 51 and 02. RGB value is (224,81,2). Sum of RGB (Red+Green+Blue) = 224+81+2=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E05102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05102 is #1FAEFD. Grayscale: #737373. Windows color (decimal): -2076414 or 152032. OLE color: 152032.

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

Color convert

RGB 224 81 2 -
CMYK 0 0.64 0.99 0.12
HSL 21.35º 0.98% 0.44% -
HSV(B) 21.35º 0.99% 0.88% -
XYZ 33.69 21.74 2.48 -
YUV 114.75 64.38 205.92 -
System Red Green Blue C M Y K H S L
Decimal 224 81 2 0 0.64 0.99 0.12 21.35 0.98 0.44
Hex E0 51 2 0 40 63 C 15 62 2C
Octal 340 121 2 0 100 143 14 25 142 54
Binary 11100000 1010001 10 0 1000000 1100011 1100 10101 1100010 101100

Color Harmonies of #E05102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05102

Black with #E05102

Text Example


Text Example

White with #E05102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05102; }

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

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

background-color css

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

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

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

border-color css

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

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

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