Html Css Color HEX #E6440E Persimmon

📋 copy color: '#E6440E'

red 230 ◦ green 68 ◦ blue 14

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

Shades of Persimmon #E6440E

Tints of Persimmon #E6440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 73.72%
G = 21.79%
B = 4.49%

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

#E6440E (or 0xE6440E) is known color: Persimmon. HEX triplet: E6, 44 and 0E. RGB value is (230,68,14). Sum of RGB (Red+Green+Blue) = 230+68+14=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6440E is #19BBF1. Grayscale: #6E6E6E. Windows color (decimal): -1686514 or 935142. OLE color: 935142.

HSL color Cylindrical-coordinate representation of color #E6440E: hue angle of 15º 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 #E6440E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 68 14 -
CMYK 0 0.70 0.94 0.10
HSL 15º 0.89% 0.48% -
HSV(B) 15º 0.94% 0.9% -
XYZ 34.78 20.99 2.63 -
YUV 110.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 230 68 14 0 0.70 0.94 0.10 15 0.89 0.48
Hex E6 44 E 0 46 5E A F 59 30
Octal 346 104 16 0 106 136 12 17 131 60
Binary 11100110 1000100 1110 0 1000110 1011110 1010 1111 1011001 110000

Color Harmonies of #E6440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6440E

Black with #E6440E

Text Example


Text Example

White with #E6440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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