Html Css Color HEX #E6580C Persimmon

📋 copy color: '#E6580C'

red 230 ◦ green 88 ◦ blue 12

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

Shades of Persimmon #E6580C

Tints of Persimmon #E6580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 69.7%
G = 26.67%
B = 3.64%

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

#E6580C (or 0xE6580C) is known color: Persimmon. HEX triplet: E6, 58 and 0C. RGB value is (230,88,12). Sum of RGB (Red+Green+Blue) = 230+88+12=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6580C is #19A7F3. Grayscale: #7A7A7A. Windows color (decimal): -1681396 or 809190. OLE color: 809190.

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

Color convert

RGB 230 88 12 -
CMYK 0 0.62 0.95 0.10
HSL 20.92º 0.9% 0.47% -
HSV(B) 20.92º 0.95% 0.9% -
XYZ 36.19 23.83 3.04 -
YUV 121.79 66.04 205.18 -
System Red Green Blue C M Y K H S L
Decimal 230 88 12 0 0.62 0.95 0.10 20.92 0.9 0.47
Hex E6 58 C 0 3E 5F A 15 5A 2F
Octal 346 130 14 0 76 137 12 25 132 57
Binary 11100110 1011000 1100 0 111110 1011111 1010 10101 1011010 101111

Color Harmonies of #E6580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6580C

Black with #E6580C

Text Example


Text Example

White with #E6580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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