Html Css Color HEX #E6460A Persimmon

📋 copy color: '#E6460A'

red 230 ◦ green 70 ◦ blue 10

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

Shades of Persimmon #E6460A

Tints of Persimmon #E6460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 74.19%
G = 22.58%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6460A (or 0xE6460A) is known color: Persimmon. HEX triplet: E6, 46 and 0A. RGB value is (230,70,10). Sum of RGB (Red+Green+Blue) = 230+70+10=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6460A is #19B9F5. Grayscale: #6F6F6F. Windows color (decimal): -1686006 or 673510. OLE color: 673510.

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

Color convert

RGB 230 70 10 -
CMYK 0 0.70 0.96 0.10
HSL 16.36º 0.92% 0.47% -
HSV(B) 16.36º 0.96% 0.9% -
XYZ 34.88 21.23 2.55 -
YUV 111 71.01 212.88 -
System Red Green Blue C M Y K H S L
Decimal 230 70 10 0 0.70 0.96 0.10 16.36 0.92 0.47
Hex E6 46 A 0 46 60 A 10 5C 2F
Octal 346 106 12 0 106 140 12 20 134 57
Binary 11100110 1000110 1010 0 1000110 1100000 1010 10000 1011100 101111

Color Harmonies of #E6460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6460A

Black with #E6460A

Text Example


Text Example

White with #E6460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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