Html Css Color HEX #E66013 Persimmon

📋 copy color: '#E66013'

red 230 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #E66013

Tints of Persimmon #E66013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 66.67%
G = 27.83%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E66013 (or 0xE66013) is known color: Persimmon. HEX triplet: E6, 60 and 13. RGB value is (230,96,19). Sum of RGB (Red+Green+Blue) = 230+96+19=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E66013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66013 is #199FEC. Grayscale: #7F7F7F. Windows color (decimal): -1679341 or 1269990. OLE color: 1269990.

HSL color Cylindrical-coordinate representation of color #E66013: hue angle of 21.9º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E66013 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 19 -
CMYK 0 0.58 0.92 0.10
HSL 21.9º 0.85% 0.49% -
HSV(B) 21.9º 0.92% 0.9% -
XYZ 36.93 25.24 3.54 -
YUV 127.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 230 96 19 0 0.58 0.92 0.10 21.9 0.85 0.49
Hex E6 60 13 0 3A 5C A 16 55 31
Octal 346 140 23 0 72 134 12 26 125 61
Binary 11100110 1100000 10011 0 111010 1011100 1010 10110 1010101 110001

Color Harmonies of #E66013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66013

Black with #E66013

Text Example


Text Example

White with #E66013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66013; }

 p { color: rgb(230,96,19); }

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

background-color css

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

 a { background-color: rgb(230,96,19); }

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

border-color css

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

 span { border-color: rgb(230,96,19); }

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