Html Css Color HEX #E6460E Persimmon

📋 copy color: '#E6460E'

red 230 ◦ green 70 ◦ blue 14

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

Shades of Persimmon #E6460E

Tints of Persimmon #E6460E

RGB

 RED value IS 230 (90.23% from 255) = 73.25%

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

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 73.25%
G = 22.29%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6460E (or 0xE6460E) is known color: Persimmon. HEX triplet: E6, 46 and 0E. RGB value is (230,70,14). Sum of RGB (Red+Green+Blue) = 230+70+14=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6460E is #19B9F1. Grayscale: #6F6F6F. Windows color (decimal): -1686002 or 935654. OLE color: 935654.

HSL color Cylindrical-coordinate representation of color #E6460E: hue angle of 15.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6460E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 14 -
CMYK 0 0.70 0.94 0.10
HSL 15.56º 0.89% 0.48% -
HSV(B) 15.56º 0.94% 0.9% -
XYZ 34.9 21.24 2.67 -
YUV 111.46 73.01 212.55 -
System Red Green Blue C M Y K H S L
Decimal 230 70 14 0 0.70 0.94 0.10 15.56 0.89 0.48
Hex E6 46 E 0 46 5E A 10 59 30
Octal 346 106 16 0 106 136 12 20 131 60
Binary 11100110 1000110 1110 0 1000110 1011110 1010 10000 1011001 110000

Color Harmonies of #E6460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6460E

Black with #E6460E

Text Example


Text Example

White with #E6460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6460E; }

 p { color: rgb(230,70,14); }

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

background-color css

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

 a { background-color: rgb(230,70,14); }

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

border-color css

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

 span { border-color: rgb(230,70,14); }

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