Html Css Color HEX #E05D06 Persimmon

📋 copy color: '#E05D06'

red 224 ◦ green 93 ◦ blue 6

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

Shades of Persimmon #E05D06

Tints of Persimmon #E05D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

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

R = 69.35%
G = 28.79%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E05D06 (or 0xE05D06) is known color: Persimmon. HEX triplet: E0, 5D and 06. RGB value is (224,93,6). Sum of RGB (Red+Green+Blue) = 224+93+6=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D06 is #1FA2F9. Grayscale: #7A7A7A. Windows color (decimal): -2073338 or 417248. OLE color: 417248.

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

Color convert

RGB 224 93 6 -
CMYK 0 0.58 0.97 0.12
HSL 23.94º 0.95% 0.45% -
HSV(B) 23.94º 0.97% 0.88% -
XYZ 34.69 23.69 2.92 -
YUV 122.25 62.4 200.57 -
System Red Green Blue C M Y K H S L
Decimal 224 93 6 0 0.58 0.97 0.12 23.94 0.95 0.45
Hex E0 5D 6 0 3A 61 C 18 5F 2D
Octal 340 135 6 0 72 141 14 30 137 55
Binary 11100000 1011101 110 0 111010 1100001 1100 11000 1011111 101101

Color Harmonies of #E05D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D06

Black with #E05D06

Text Example


Text Example

White with #E05D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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