Html Css Color HEX #E85312 Persimmon

📋 copy color: '#E85312'

red 232 ◦ green 83 ◦ blue 18

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

Shades of Persimmon #E85312

Tints of Persimmon #E85312

RGB

 RED value IS 232 (91.02% from 255) = 69.67%

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 69.67%
G = 24.92%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E85312 (or 0xE85312) is known color: Persimmon. HEX triplet: E8, 53 and 12. RGB value is (232,83,18). Sum of RGB (Red+Green+Blue) = 232+83+18=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85312 is #17ACED. Grayscale: #787878. Windows color (decimal): -1551598 or 1201128. OLE color: 1201128.

HSL color Cylindrical-coordinate representation of color #E85312: hue angle of 18.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E85312 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 83 18 -
CMYK 0 0.64 0.92 0.09
HSL 18.22º 0.86% 0.49% -
HSV(B) 18.22º 0.92% 0.91% -
XYZ 36.48 23.39 3.16 -
YUV 120.14 70.36 207.79 -
System Red Green Blue C M Y K H S L
Decimal 232 83 18 0 0.64 0.92 0.09 18.22 0.86 0.49
Hex E8 53 12 0 40 5C 9 12 56 31
Octal 350 123 22 0 100 134 11 22 126 61
Binary 11101000 1010011 10010 0 1000000 1011100 1001 10010 1010110 110001

Color Harmonies of #E85312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85312

Black with #E85312

Text Example


Text Example

White with #E85312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85312; }

 p { color: rgb(232,83,18); }

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

background-color css

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

 a { background-color: rgb(232,83,18); }

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

border-color css

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

 span { border-color: rgb(232,83,18); }

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