Html Css Color HEX #E05100 Persimmon

📋 copy color: '#E05100'

red 224 ◦ green 81 ◦ blue 0

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

Shades of Persimmon #E05100

Tints of Persimmon #E05100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.44%
G = 26.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05100 (or 0xE05100) is known color: Persimmon. HEX triplet: E0, 51 and 00. RGB value is (224,81,0). Sum of RGB (Red+Green+Blue) = 224+81+0=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E05100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05100 is #1FAEFF. Grayscale: #727272. Windows color (decimal): -2076416 or 20960. OLE color: 20960.

HSL color Cylindrical-coordinate representation of color #E05100: hue angle of 21.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 0 -
CMYK 0 0.64 1 0.12
HSL 21.7º 1% 0.44% -
HSV(B) 21.7º 1% 0.88% -
XYZ 33.68 21.73 2.42 -
YUV 114.52 63.38 206.09 -
System Red Green Blue C M Y K H S L
Decimal 224 81 0 0 0.64 1 0.12 21.7 1 0.44
Hex E0 51 0 0 40 64 C 16 64 2C
Octal 340 121 0 0 100 144 14 26 144 54
Binary 11100000 1010001 0 0 1000000 1100100 1100 10110 1100100 101100

Color Harmonies of #E05100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05100

Black with #E05100

Text Example


Text Example

White with #E05100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05100; }

 p { color: rgb(224,81,0); }

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

background-color css

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

 a { background-color: rgb(224,81,0); }

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

border-color css

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

 span { border-color: rgb(224,81,0); }

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