Html Css Color HEX #E6541C Persimmon

📋 copy color: '#E6541C'

red 230 ◦ green 84 ◦ blue 28

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

Shades of Persimmon #E6541C

Tints of Persimmon #E6541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 67.25%
G = 24.56%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6541C (or 0xE6541C) is known color: Persimmon. HEX triplet: E6, 54 and 1C. RGB value is (230,84,28). Sum of RGB (Red+Green+Blue) = 230+84+28=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6541C is #19ABE3. Grayscale: #797979. Windows color (decimal): -1682404 or 1856742. OLE color: 1856742.

HSL color Cylindrical-coordinate representation of color #E6541C: hue angle of 16.63º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6541C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 84 28 -
CMYK 0 0.63 0.88 0.10
HSL 16.63º 0.8% 0.51% -
HSV(B) 16.63º 0.88% 0.9% -
XYZ 36.01 23.25 3.69 -
YUV 121.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 230 84 28 0 0.63 0.88 0.10 16.63 0.8 0.51
Hex E6 54 1C 0 3F 58 A 11 50 33
Octal 346 124 34 0 77 130 12 21 120 63
Binary 11100110 1010100 11100 0 111111 1011000 1010 10001 1010000 110011

Color Harmonies of #E6541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6541C

Black with #E6541C

Text Example


Text Example

White with #E6541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6541C; }

 p { color: rgb(230,84,28); }

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

background-color css

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

 a { background-color: rgb(230,84,28); }

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

border-color css

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

 span { border-color: rgb(230,84,28); }

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