Html Css Color HEX #E05702 Persimmon

📋 copy color: '#E05702'

red 224 ◦ green 87 ◦ blue 2

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

Shades of Persimmon #E05702

Tints of Persimmon #E05702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

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

R = 71.57%
G = 27.8%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05702 (or 0xE05702) is known color: Persimmon. HEX triplet: E0, 57 and 02. RGB value is (224,87,2). Sum of RGB (Red+Green+Blue) = 224+87+2=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E05702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05702 is #1FA8FD. Grayscale: #767676. Windows color (decimal): -2074878 or 153568. OLE color: 153568.

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

Color convert

RGB 224 87 2 -
CMYK 0 0.61 0.99 0.12
HSL 22.97º 0.98% 0.44% -
HSV(B) 22.97º 0.99% 0.88% -
XYZ 34.16 22.67 2.63 -
YUV 118.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 224 87 2 0 0.61 0.99 0.12 22.97 0.98 0.44
Hex E0 57 2 0 3D 63 C 17 62 2C
Octal 340 127 2 0 75 143 14 27 142 54
Binary 11100000 1010111 10 0 111101 1100011 1100 10111 1100010 101100

Color Harmonies of #E05702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05702

Black with #E05702

Text Example


Text Example

White with #E05702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05702; }

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

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

background-color css

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

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

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

border-color css

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

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

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