Html Css Color HEX #E66412 Persimmon

📋 copy color: '#E66412'

red 230 ◦ green 100 ◦ blue 18

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

Shades of Persimmon #E66412

Tints of Persimmon #E66412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 66.09%
G = 28.74%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E66412 (or 0xE66412) is known color: Persimmon. HEX triplet: E6, 64 and 12. RGB value is (230,100,18). Sum of RGB (Red+Green+Blue) = 230+100+18=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E66412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66412 is #199BED. Grayscale: #818181. Windows color (decimal): -1678318 or 1205478. OLE color: 1205478.

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

Color convert

RGB 230 100 18 -
CMYK 0 0.57 0.92 0.10
HSL 23.21º 0.85% 0.49% -
HSV(B) 23.21º 0.92% 0.9% -
XYZ 37.3 25.98 3.62 -
YUV 129.52 65.07 199.67 -
System Red Green Blue C M Y K H S L
Decimal 230 100 18 0 0.57 0.92 0.10 23.21 0.85 0.49
Hex E6 64 12 0 39 5C A 17 55 31
Octal 346 144 22 0 71 134 12 27 125 61
Binary 11100110 1100100 10010 0 111001 1011100 1010 10111 1010101 110001

Color Harmonies of #E66412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66412

Black with #E66412

Text Example


Text Example

White with #E66412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66412; }

 p { color: rgb(230,100,18); }

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

background-color css

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

 a { background-color: rgb(230,100,18); }

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

border-color css

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

 span { border-color: rgb(230,100,18); }

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