Html Css Color HEX #E85E07 Persimmon

📋 copy color: '#E85E07'

red 232 ◦ green 94 ◦ blue 7

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

Shades of Persimmon #E85E07

Tints of Persimmon #E85E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 69.67%
G = 28.23%
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

#E85E07 (or 0xE85E07) is known color: Persimmon. HEX triplet: E8, 5E and 07. RGB value is (232,94,7). Sum of RGB (Red+Green+Blue) = 232+94+7=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E07 is #17A1F8. Grayscale: #7D7D7D. Windows color (decimal): -1548793 or 483048. OLE color: 483048.

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

Color convert

RGB 232 94 7 -
CMYK 0 0.59 0.97 0.09
HSL 23.2º 0.94% 0.47% -
HSV(B) 23.2º 0.97% 0.91% -
XYZ 37.32 25.18 3.09 -
YUV 125.34 61.22 204.07 -
System Red Green Blue C M Y K H S L
Decimal 232 94 7 0 0.59 0.97 0.09 23.2 0.94 0.47
Hex E8 5E 7 0 3B 61 9 17 5E 2F
Octal 350 136 7 0 73 141 11 27 136 57
Binary 11101000 1011110 111 0 111011 1100001 1001 10111 1011110 101111

Color Harmonies of #E85E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E07

Black with #E85E07

Text Example


Text Example

White with #E85E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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