Html Css Color HEX #E05B10 Persimmon

📋 copy color: '#E05B10'

red 224 ◦ green 91 ◦ blue 16

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

Shades of Persimmon #E05B10

Tints of Persimmon #E05B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 67.67%
G = 27.49%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E05B10 (or 0xE05B10) is known color: Persimmon. HEX triplet: E0, 5B and 10. RGB value is (224,91,16). Sum of RGB (Red+Green+Blue) = 224+91+16=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05B10 is #1FA4EF. Grayscale: #7A7A7A. Windows color (decimal): -2073840 or 1072096. OLE color: 1072096.

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

Color convert

RGB 224 91 16 -
CMYK 0 0.59 0.93 0.12
HSL 21.63º 0.87% 0.47% -
HSV(B) 21.63º 0.93% 0.88% -
XYZ 34.58 23.37 3.18 -
YUV 122.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 224 91 16 0 0.59 0.93 0.12 21.63 0.87 0.47
Hex E0 5B 10 0 3B 5D C 16 57 2F
Octal 340 133 20 0 73 135 14 26 127 57
Binary 11100000 1011011 10000 0 111011 1011101 1100 10110 1010111 101111

Color Harmonies of #E05B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B10

Black with #E05B10

Text Example


Text Example

White with #E05B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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