Html Css Color HEX #E6580B Persimmon

📋 copy color: '#E6580B'

red 230 ◦ green 88 ◦ blue 11

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

Shades of Persimmon #E6580B

Tints of Persimmon #E6580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 69.91%
G = 26.75%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6580B (or 0xE6580B) is known color: Persimmon. HEX triplet: E6, 58 and 0B. RGB value is (230,88,11). Sum of RGB (Red+Green+Blue) = 230+88+11=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E6580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6580B is #19A7F4. Grayscale: #7A7A7A. Windows color (decimal): -1681397 or 743654. OLE color: 743654.

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

Color convert

RGB 230 88 11 -
CMYK 0 0.62 0.95 0.10
HSL 21.1º 0.91% 0.47% -
HSV(B) 21.1º 0.95% 0.9% -
XYZ 36.18 23.83 3.01 -
YUV 121.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 230 88 11 0 0.62 0.95 0.10 21.1 0.91 0.47
Hex E6 58 B 0 3E 5F A 15 5B 2F
Octal 346 130 13 0 76 137 12 25 133 57
Binary 11100110 1011000 1011 0 111110 1011111 1010 10101 1011011 101111

Color Harmonies of #E6580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6580B

Black with #E6580B

Text Example


Text Example

White with #E6580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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