Html Css Color HEX #E66512 Persimmon

📋 copy color: '#E66512'

red 230 ◦ green 101 ◦ blue 18

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

Shades of Persimmon #E66512

Tints of Persimmon #E66512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 65.9%
G = 28.94%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E66512 (or 0xE66512) is known color: Persimmon. HEX triplet: E6, 65 and 12. RGB value is (230,101,18). Sum of RGB (Red+Green+Blue) = 230+101+18=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E66512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66512 is #199AED. Grayscale: #828282. Windows color (decimal): -1678062 or 1205734. OLE color: 1205734.

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

Color convert

RGB 230 101 18 -
CMYK 0 0.56 0.92 0.10
HSL 23.49º 0.85% 0.49% -
HSV(B) 23.49º 0.92% 0.9% -
XYZ 37.4 26.17 3.65 -
YUV 130.11 64.74 199.25 -
System Red Green Blue C M Y K H S L
Decimal 230 101 18 0 0.56 0.92 0.10 23.49 0.85 0.49
Hex E6 65 12 0 38 5C A 17 55 31
Octal 346 145 22 0 70 134 12 27 125 61
Binary 11100110 1100101 10010 0 111000 1011100 1010 10111 1010101 110001

Color Harmonies of #E66512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66512

Black with #E66512

Text Example


Text Example

White with #E66512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66512; }

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

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

background-color css

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

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

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

border-color css

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

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

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