Html Css Color HEX #E85814 Persimmon

📋 copy color: '#E85814'

red 232 ◦ green 88 ◦ blue 20

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

Shades of Persimmon #E85814

Tints of Persimmon #E85814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 68.24%
G = 25.88%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85814 (or 0xE85814) is known color: Persimmon. HEX triplet: E8, 58 and 14. RGB value is (232,88,20). Sum of RGB (Red+Green+Blue) = 232+88+20=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E85814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85814 is #17A7EB. Grayscale: #7B7B7B. Windows color (decimal): -1550316 or 1333480. OLE color: 1333480.

HSL color Cylindrical-coordinate representation of color #E85814: hue angle of 19.25º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E85814 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 88 20 -
CMYK 0 0.62 0.91 0.09
HSL 19.25º 0.84% 0.49% -
HSV(B) 19.25º 0.91% 0.91% -
XYZ 36.89 24.19 3.39 -
YUV 123.3 69.71 205.53 -
System Red Green Blue C M Y K H S L
Decimal 232 88 20 0 0.62 0.91 0.09 19.25 0.84 0.49
Hex E8 58 14 0 3E 5B 9 13 54 31
Octal 350 130 24 0 76 133 11 23 124 61
Binary 11101000 1011000 10100 0 111110 1011011 1001 10011 1010100 110001

Color Harmonies of #E85814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85814

Black with #E85814

Text Example


Text Example

White with #E85814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85814; }

 p { color: rgb(232,88,20); }

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

background-color css

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

 a { background-color: rgb(232,88,20); }

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

border-color css

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

 span { border-color: rgb(232,88,20); }

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