Html Css Color HEX #E6590D Persimmon

📋 copy color: '#E6590D'

red 230 ◦ green 89 ◦ blue 13

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

Shades of Persimmon #E6590D

Tints of Persimmon #E6590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 69.28%
G = 26.81%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6590D (or 0xE6590D) is known color: Persimmon. HEX triplet: E6, 59 and 0D. RGB value is (230,89,13). Sum of RGB (Red+Green+Blue) = 230+89+13=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6590D is #19A6F2. Grayscale: #7A7A7A. Windows color (decimal): -1681139 or 874982. OLE color: 874982.

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

Color convert

RGB 230 89 13 -
CMYK 0 0.61 0.94 0.10
HSL 21.01º 0.89% 0.48% -
HSV(B) 21.01º 0.94% 0.9% -
XYZ 36.28 24 3.1 -
YUV 122.5 66.21 204.68 -
System Red Green Blue C M Y K H S L
Decimal 230 89 13 0 0.61 0.94 0.10 21.01 0.89 0.48
Hex E6 59 D 0 3D 5E A 15 59 30
Octal 346 131 15 0 75 136 12 25 131 60
Binary 11100110 1011001 1101 0 111101 1011110 1010 10101 1011001 110000

Color Harmonies of #E6590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6590D

Black with #E6590D

Text Example


Text Example

White with #E6590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6590D; }

 p { color: rgb(230,89,13); }

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

background-color css

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

 a { background-color: rgb(230,89,13); }

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

border-color css

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

 span { border-color: rgb(230,89,13); }

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