Html Css Color HEX #E65012 Persimmon

📋 copy color: '#E65012'

red 230 ◦ green 80 ◦ blue 18

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

Shades of Persimmon #E65012

Tints of Persimmon #E65012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 70.12%
G = 24.39%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E65012 (or 0xE65012) is known color: Persimmon. HEX triplet: E6, 50 and 12. RGB value is (230,80,18). Sum of RGB (Red+Green+Blue) = 230+80+18=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E65012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65012 is #19AFED. Grayscale: #767676. Windows color (decimal): -1683438 or 1200358. OLE color: 1200358.

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

Color convert

RGB 230 80 18 -
CMYK 0 0.65 0.92 0.10
HSL 17.55º 0.85% 0.49% -
HSV(B) 17.55º 0.92% 0.9% -
XYZ 35.61 22.6 3.06 -
YUV 117.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 230 80 18 0 0.65 0.92 0.10 17.55 0.85 0.49
Hex E6 50 12 0 41 5C A 12 55 31
Octal 346 120 22 0 101 134 12 22 125 61
Binary 11100110 1010000 10010 0 1000001 1011100 1010 10010 1010101 110001

Color Harmonies of #E65012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65012

Black with #E65012

Text Example


Text Example

White with #E65012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65012; }

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

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

background-color css

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

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

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

border-color css

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

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

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