Html Css Color HEX #E05206 Persimmon

📋 copy color: '#E05206'

red 224 ◦ green 82 ◦ blue 6

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

Shades of Persimmon #E05206

Tints of Persimmon #E05206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 71.79%
G = 26.28%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E05206 (or 0xE05206) is known color: Persimmon. HEX triplet: E0, 52 and 06. RGB value is (224,82,6). Sum of RGB (Red+Green+Blue) = 224+82+6=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E05206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05206 is #1FADF9. Grayscale: #747474. Windows color (decimal): -2076154 or 414432. OLE color: 414432.

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

Color convert

RGB 224 82 6 -
CMYK 0 0.63 0.97 0.12
HSL 20.92º 0.95% 0.45% -
HSV(B) 20.92º 0.97% 0.88% -
XYZ 33.79 21.9 2.62 -
YUV 115.79 66.04 205.18 -
System Red Green Blue C M Y K H S L
Decimal 224 82 6 0 0.63 0.97 0.12 20.92 0.95 0.45
Hex E0 52 6 0 3F 61 C 15 5F 2D
Octal 340 122 6 0 77 141 14 25 137 55
Binary 11100000 1010010 110 0 111111 1100001 1100 10101 1011111 101101

Color Harmonies of #E05206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05206

Black with #E05206

Text Example


Text Example

White with #E05206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05206; }

 p { color: rgb(224,82,6); }

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

background-color css

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

 a { background-color: rgb(224,82,6); }

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

border-color css

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

 span { border-color: rgb(224,82,6); }

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