Html Css Color HEX #E05403 Persimmon

📋 copy color: '#E05403'

red 224 ◦ green 84 ◦ blue 3

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

Shades of Persimmon #E05403

Tints of Persimmon #E05403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 72.03%
G = 27.01%
B = 0.96%

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

#E05403 (or 0xE05403) is known color: Persimmon. HEX triplet: E0, 54 and 03. RGB value is (224,84,3). Sum of RGB (Red+Green+Blue) = 224+84+3=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E05403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05403 is #1FABFC. Grayscale: #757575. Windows color (decimal): -2075645 or 218336. OLE color: 218336.

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

Color convert

RGB 224 84 3 -
CMYK 0 0.62 0.99 0.12
HSL 21.99º 0.97% 0.45% -
HSV(B) 21.99º 0.99% 0.88% -
XYZ 33.93 22.19 2.58 -
YUV 116.63 63.88 204.59 -
System Red Green Blue C M Y K H S L
Decimal 224 84 3 0 0.62 0.99 0.12 21.99 0.97 0.45
Hex E0 54 3 0 3E 63 C 16 61 2D
Octal 340 124 3 0 76 143 14 26 141 55
Binary 11100000 1010100 11 0 111110 1100011 1100 10110 1100001 101101

Color Harmonies of #E05403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05403

Black with #E05403

Text Example


Text Example

White with #E05403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05403; }

 p { color: rgb(224,84,3); }

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

background-color css

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

 a { background-color: rgb(224,84,3); }

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

border-color css

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

 span { border-color: rgb(224,84,3); }

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