Html Css Color HEX #E06000 Persimmon

📋 copy color: '#E06000'

red 224 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #E06000

Tints of Persimmon #E06000

RGB

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

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

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

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E06000 (or 0xE06000) is known color: Persimmon. HEX triplet: E0, 60 and 00. RGB value is (224,96,0). Sum of RGB (Red+Green+Blue) = 224+96+0=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E06000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06000 is #1F9FFF. Grayscale: #7B7B7B. Windows color (decimal): -2072576 or 24800. OLE color: 24800.

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

Color convert

RGB 224 96 0 -
CMYK 0 0.57 1 0.12
HSL 25.71º 1% 0.44% -
HSV(B) 25.71º 1% 0.88% -
XYZ 34.92 24.21 2.83 -
YUV 123.33 58.41 199.81 -
System Red Green Blue C M Y K H S L
Decimal 224 96 0 0 0.57 1 0.12 25.71 1 0.44
Hex E0 60 0 0 39 64 C 1A 64 2C
Octal 340 140 0 0 71 144 14 32 144 54
Binary 11100000 1100000 0 0 111001 1100100 1100 11010 1100100 101100

Color Harmonies of #E06000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06000

Black with #E06000

Text Example


Text Example

White with #E06000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06000; }

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

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

background-color css

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

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

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

border-color css

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

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

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