Html Css Color HEX #E85F07 Persimmon

📋 copy color: '#E85F07'

red 232 ◦ green 95 ◦ blue 7

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

Shades of Persimmon #E85F07

Tints of Persimmon #E85F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 69.46%
G = 28.44%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E85F07 (or 0xE85F07) is known color: Persimmon. HEX triplet: E8, 5F and 07. RGB value is (232,95,7). Sum of RGB (Red+Green+Blue) = 232+95+7=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F07 is #17A0F8. Grayscale: #7E7E7E. Windows color (decimal): -1548537 or 483304. OLE color: 483304.

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

Color convert

RGB 232 95 7 -
CMYK 0 0.59 0.97 0.09
HSL 23.47º 0.94% 0.47% -
HSV(B) 23.47º 0.97% 0.91% -
XYZ 37.41 25.36 3.12 -
YUV 125.93 60.89 203.66 -
System Red Green Blue C M Y K H S L
Decimal 232 95 7 0 0.59 0.97 0.09 23.47 0.94 0.47
Hex E8 5F 7 0 3B 61 9 17 5E 2F
Octal 350 137 7 0 73 141 11 27 136 57
Binary 11101000 1011111 111 0 111011 1100001 1001 10111 1011110 101111

Color Harmonies of #E85F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F07

Black with #E85F07

Text Example


Text Example

White with #E85F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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