Html Css Color HEX #E05902 Persimmon

📋 copy color: '#E05902'

red 224 ◦ green 89 ◦ blue 2

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

Shades of Persimmon #E05902

Tints of Persimmon #E05902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

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

R = 71.11%
G = 28.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05902 (or 0xE05902) is known color: Persimmon. HEX triplet: E0, 59 and 02. RGB value is (224,89,2). Sum of RGB (Red+Green+Blue) = 224+89+2=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E05902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05902 is #1FA6FD. Grayscale: #777777. Windows color (decimal): -2074366 or 154080. OLE color: 154080.

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

Color convert

RGB 224 89 2 -
CMYK 0 0.60 0.99 0.12
HSL 23.51º 0.98% 0.44% -
HSV(B) 23.51º 0.99% 0.88% -
XYZ 34.32 23 2.69 -
YUV 119.45 61.73 202.57 -
System Red Green Blue C M Y K H S L
Decimal 224 89 2 0 0.60 0.99 0.12 23.51 0.98 0.44
Hex E0 59 2 0 3C 63 C 18 62 2C
Octal 340 131 2 0 74 143 14 30 142 54
Binary 11100000 1011001 10 0 111100 1100011 1100 11000 1100010 101100

Color Harmonies of #E05902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05902

Black with #E05902

Text Example


Text Example

White with #E05902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05902; }

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

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

background-color css

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

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

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

border-color css

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

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

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