Html Css Color HEX #E0600D Persimmon

📋 copy color: '#E0600D'

red 224 ◦ green 96 ◦ blue 13

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

Shades of Persimmon #E0600D

Tints of Persimmon #E0600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 67.27%
G = 28.83%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0600D (or 0xE0600D) is known color: Persimmon. HEX triplet: E0, 60 and 0D. RGB value is (224,96,13). Sum of RGB (Red+Green+Blue) = 224+96+13=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0600D is #1F9FF2. Grayscale: #7D7D7D. Windows color (decimal): -2072563 or 876768. OLE color: 876768.

HSL color Cylindrical-coordinate representation of color #E0600D: hue angle of 23.6º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0600D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 13 -
CMYK 0 0.57 0.94 0.12
HSL 23.6º 0.89% 0.46% -
HSV(B) 23.6º 0.94% 0.88% -
XYZ 35 24.24 3.22 -
YUV 124.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 224 96 13 0 0.57 0.94 0.12 23.6 0.89 0.46
Hex E0 60 D 0 39 5E C 18 59 2E
Octal 340 140 15 0 71 136 14 30 131 56
Binary 11100000 1100000 1101 0 111001 1011110 1100 11000 1011001 101110

Color Harmonies of #E0600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0600D

Black with #E0600D

Text Example


Text Example

White with #E0600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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