Html Css Color HEX #E85F0D Persimmon

📋 copy color: '#E85F0D'

red 232 ◦ green 95 ◦ blue 13

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

Shades of Persimmon #E85F0D

Tints of Persimmon #E85F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 68.24%
G = 27.94%
B = 3.82%

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

#E85F0D (or 0xE85F0D) is known color: Persimmon. HEX triplet: E8, 5F and 0D. RGB value is (232,95,13). Sum of RGB (Red+Green+Blue) = 232+95+13=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F0D is #17A0F2. Grayscale: #7F7F7F. Windows color (decimal): -1548531 or 876520. OLE color: 876520.

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

Color convert

RGB 232 95 13 -
CMYK 0 0.59 0.94 0.09
HSL 22.47º 0.89% 0.48% -
HSV(B) 22.47º 0.94% 0.91% -
XYZ 37.44 25.37 3.3 -
YUV 126.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 232 95 13 0 0.59 0.94 0.09 22.47 0.89 0.48
Hex E8 5F D 0 3B 5E 9 16 59 30
Octal 350 137 15 0 73 136 11 26 131 60
Binary 11101000 1011111 1101 0 111011 1011110 1001 10110 1011001 110000

Color Harmonies of #E85F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F0D

Black with #E85F0D

Text Example


Text Example

White with #E85F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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