Html Css Color HEX #E6590B Persimmon

📋 copy color: '#E6590B'

red 230 ◦ green 89 ◦ blue 11

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

Shades of Persimmon #E6590B

Tints of Persimmon #E6590B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 69.7%
G = 26.97%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6590B (or 0xE6590B) is known color: Persimmon. HEX triplet: E6, 59 and 0B. RGB value is (230,89,11). Sum of RGB (Red+Green+Blue) = 230+89+11=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6590B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6590B is #19A6F4. Grayscale: #7A7A7A. Windows color (decimal): -1681141 or 743910. OLE color: 743910.

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

Color convert

RGB 230 89 11 -
CMYK 0 0.61 0.95 0.10
HSL 21.37º 0.91% 0.47% -
HSV(B) 21.37º 0.95% 0.9% -
XYZ 36.27 23.99 3.04 -
YUV 122.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 230 89 11 0 0.61 0.95 0.10 21.37 0.91 0.47
Hex E6 59 B 0 3D 5F A 15 5B 2F
Octal 346 131 13 0 75 137 12 25 133 57
Binary 11100110 1011001 1011 0 111101 1011111 1010 10101 1011011 101111

Color Harmonies of #E6590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6590B

Black with #E6590B

Text Example


Text Example

White with #E6590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6590B; }

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

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

background-color css

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

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

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

border-color css

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

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

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