Html Css Color HEX #E0460C Persimmon

📋 copy color: '#E0460C'

red 224 ◦ green 70 ◦ blue 12

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

Shades of Persimmon #E0460C

Tints of Persimmon #E0460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 73.2%
G = 22.88%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0460C (or 0xE0460C) is known color: Persimmon. HEX triplet: E0, 46 and 0C. RGB value is (224,70,12). Sum of RGB (Red+Green+Blue) = 224+70+12=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0460C is #1FB9F3. Grayscale: #6D6D6D. Windows color (decimal): -2079220 or 804576. OLE color: 804576.

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

Color convert

RGB 224 70 12 -
CMYK 0 0.69 0.95 0.12
HSL 16.42º 0.9% 0.46% -
HSV(B) 16.42º 0.95% 0.88% -
XYZ 33 20.25 2.52 -
YUV 109.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 224 70 12 0 0.69 0.95 0.12 16.42 0.9 0.46
Hex E0 46 C 0 45 5F C 10 5A 2E
Octal 340 106 14 0 105 137 14 20 132 56
Binary 11100000 1000110 1100 0 1000101 1011111 1100 10000 1011010 101110

Color Harmonies of #E0460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0460C

Black with #E0460C

Text Example


Text Example

White with #E0460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0460C; }

 p { color: rgb(224,70,12); }

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

background-color css

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

 a { background-color: rgb(224,70,12); }

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

border-color css

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

 span { border-color: rgb(224,70,12); }

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