Html Css Color HEX #E06001 Persimmon

📋 copy color: '#E06001'

red 224 ◦ green 96 ◦ blue 1

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

Shades of Persimmon #E06001

Tints of Persimmon #E06001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 69.78%
G = 29.91%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E06001 (or 0xE06001) is known color: Persimmon. HEX triplet: E0, 60 and 01. RGB value is (224,96,1). Sum of RGB (Red+Green+Blue) = 224+96+1=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E06001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06001 is #1F9FFE. Grayscale: #7B7B7B. Windows color (decimal): -2072575 or 90336. OLE color: 90336.

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

Color convert

RGB 224 96 1 -
CMYK 0 0.57 1.00 0.12
HSL 25.56º 0.99% 0.44% -
HSV(B) 25.56º 1% 0.88% -
XYZ 34.93 24.22 2.86 -
YUV 123.44 58.91 199.72 -
System Red Green Blue C M Y K H S L
Decimal 224 96 1 0 0.57 1.00 0.12 25.56 0.99 0.44
Hex E0 60 1 0 39 64 C 1A 63 2C
Octal 340 140 1 0 71 144 14 32 143 54
Binary 11100000 1100000 1 0 111001 1100100 1100 11010 1100011 101100

Color Harmonies of #E06001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06001

Black with #E06001

Text Example


Text Example

White with #E06001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06001; }

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

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

background-color css

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

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

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

border-color css

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

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

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