Html Css Color HEX #E05B05 Persimmon

📋 copy color: '#E05B05'

red 224 ◦ green 91 ◦ blue 5

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

Shades of Persimmon #E05B05

Tints of Persimmon #E05B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 70%
G = 28.44%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05B05 (or 0xE05B05) is known color: Persimmon. HEX triplet: E0, 5B and 05. RGB value is (224,91,5). Sum of RGB (Red+Green+Blue) = 224+91+5=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05B05 is #1FA4FA. Grayscale: #797979. Windows color (decimal): -2073851 or 351200. OLE color: 351200.

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

Color convert

RGB 224 91 5 -
CMYK 0 0.59 0.98 0.12
HSL 23.56º 0.96% 0.45% -
HSV(B) 23.56º 0.98% 0.88% -
XYZ 34.51 23.34 2.83 -
YUV 120.96 62.56 201.49 -
System Red Green Blue C M Y K H S L
Decimal 224 91 5 0 0.59 0.98 0.12 23.56 0.96 0.45
Hex E0 5B 5 0 3B 62 C 18 60 2D
Octal 340 133 5 0 73 142 14 30 140 55
Binary 11100000 1011011 101 0 111011 1100010 1100 11000 1100000 101101

Color Harmonies of #E05B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B05

Black with #E05B05

Text Example


Text Example

White with #E05B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B05; }

 p { color: rgb(224,91,5); }

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

background-color css

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

 a { background-color: rgb(224,91,5); }

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

border-color css

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

 span { border-color: rgb(224,91,5); }

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