Html Css Color HEX #E85C0F Persimmon

📋 copy color: '#E85C0F'

red 232 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #E85C0F

Tints of Persimmon #E85C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 68.44%
G = 27.14%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E85C0F (or 0xE85C0F) is known color: Persimmon. HEX triplet: E8, 5C and 0F. RGB value is (232,92,15). Sum of RGB (Red+Green+Blue) = 232+92+15=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C0F is #17A3F0. Grayscale: #7D7D7D. Windows color (decimal): -1549297 or 1006824. OLE color: 1006824.

HSL color Cylindrical-coordinate representation of color #E85C0F: hue angle of 21.29º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E85C0F is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 92 15 -
CMYK 0 0.60 0.94 0.09
HSL 21.29º 0.88% 0.48% -
HSV(B) 21.29º 0.94% 0.91% -
XYZ 37.19 24.84 3.29 -
YUV 125.08 65.88 204.26 -
System Red Green Blue C M Y K H S L
Decimal 232 92 15 0 0.60 0.94 0.09 21.29 0.88 0.48
Hex E8 5C F 0 3C 5E 9 15 58 30
Octal 350 134 17 0 74 136 11 25 130 60
Binary 11101000 1011100 1111 0 111100 1011110 1001 10101 1011000 110000

Color Harmonies of #E85C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C0F

Black with #E85C0F

Text Example


Text Example

White with #E85C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C0F; }

 p { color: rgb(232,92,15); }

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

background-color css

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

 a { background-color: rgb(232,92,15); }

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

border-color css

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

 span { border-color: rgb(232,92,15); }

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