Html Css Color HEX #E05F03 Persimmon

📋 copy color: '#E05F03'

red 224 ◦ green 95 ◦ blue 3

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

Shades of Persimmon #E05F03

Tints of Persimmon #E05F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

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

R = 69.57%
G = 29.5%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05F03 (or 0xE05F03) is known color: Persimmon. HEX triplet: E0, 5F and 03. RGB value is (224,95,3). Sum of RGB (Red+Green+Blue) = 224+95+3=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F03 is #1FA0FC. Grayscale: #7B7B7B. Windows color (decimal): -2072829 or 221152. OLE color: 221152.

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

Color convert

RGB 224 95 3 -
CMYK 0 0.58 0.99 0.12
HSL 24.98º 0.97% 0.45% -
HSV(B) 24.98º 0.99% 0.88% -
XYZ 34.85 24.04 2.89 -
YUV 123.08 60.24 199.98 -
System Red Green Blue C M Y K H S L
Decimal 224 95 3 0 0.58 0.99 0.12 24.98 0.97 0.45
Hex E0 5F 3 0 3A 63 C 19 61 2D
Octal 340 137 3 0 72 143 14 31 141 55
Binary 11100000 1011111 11 0 111010 1100011 1100 11001 1100001 101101

Color Harmonies of #E05F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F03

Black with #E05F03

Text Example


Text Example

White with #E05F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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