Html Css Color HEX #E85F0F Persimmon

📋 copy color: '#E85F0F'

red 232 ◦ green 95 ◦ blue 15

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

Shades of Persimmon #E85F0F

Tints of Persimmon #E85F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

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

R = 67.84%
G = 27.78%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E85F0F (or 0xE85F0F) is known color: Persimmon. HEX triplet: E8, 5F and 0F. RGB value is (232,95,15). Sum of RGB (Red+Green+Blue) = 232+95+15=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F0F is #17A0F0. Grayscale: #7F7F7F. Windows color (decimal): -1548529 or 1007592. OLE color: 1007592.

HSL color Cylindrical-coordinate representation of color #E85F0F: hue angle of 22.12º 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 #E85F0F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 15 -
CMYK 0 0.59 0.94 0.09
HSL 22.12º 0.88% 0.48% -
HSV(B) 22.12º 0.94% 0.91% -
XYZ 37.46 25.37 3.38 -
YUV 126.84 64.89 203 -
System Red Green Blue C M Y K H S L
Decimal 232 95 15 0 0.59 0.94 0.09 22.12 0.88 0.48
Hex E8 5F F 0 3B 5E 9 16 58 30
Octal 350 137 17 0 73 136 11 26 130 60
Binary 11101000 1011111 1111 0 111011 1011110 1001 10110 1011000 110000

Color Harmonies of #E85F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F0F

Black with #E85F0F

Text Example


Text Example

White with #E85F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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