Html Css Color HEX #E06005 Persimmon

📋 copy color: '#E06005'

red 224 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #E06005

Tints of Persimmon #E06005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 68.92%
G = 29.54%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E06005 (or 0xE06005) is known color: Persimmon. HEX triplet: E0, 60 and 05. RGB value is (224,96,5). Sum of RGB (Red+Green+Blue) = 224+96+5=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E06005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06005 is #1F9FFA. Grayscale: #7C7C7C. Windows color (decimal): -2072571 or 352480. OLE color: 352480.

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

Color convert

RGB 224 96 5 -
CMYK 0 0.57 0.98 0.12
HSL 24.93º 0.96% 0.45% -
HSV(B) 24.93º 0.98% 0.88% -
XYZ 34.95 24.22 2.98 -
YUV 123.9 60.91 199.4 -
System Red Green Blue C M Y K H S L
Decimal 224 96 5 0 0.57 0.98 0.12 24.93 0.96 0.45
Hex E0 60 5 0 39 62 C 19 60 2D
Octal 340 140 5 0 71 142 14 31 140 55
Binary 11100000 1100000 101 0 111001 1100010 1100 11001 1100000 101101

Color Harmonies of #E06005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06005

Black with #E06005

Text Example


Text Example

White with #E06005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06005; }

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

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

background-color css

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

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

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

border-color css

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

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

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