Html Css Color HEX #E85A11 Persimmon

📋 copy color: '#E85A11'

red 232 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #E85A11

Tints of Persimmon #E85A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 68.44%
G = 26.55%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E85A11 (or 0xE85A11) is known color: Persimmon. HEX triplet: E8, 5A and 11. RGB value is (232,90,17). Sum of RGB (Red+Green+Blue) = 232+90+17=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A11 is #17A5EE. Grayscale: #7C7C7C. Windows color (decimal): -1549807 or 1137384. OLE color: 1137384.

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

Color convert

RGB 232 90 17 -
CMYK 0 0.61 0.93 0.09
HSL 20.37º 0.86% 0.49% -
HSV(B) 20.37º 0.93% 0.91% -
XYZ 37.04 24.51 3.31 -
YUV 124.14 67.54 204.94 -
System Red Green Blue C M Y K H S L
Decimal 232 90 17 0 0.61 0.93 0.09 20.37 0.86 0.49
Hex E8 5A 11 0 3D 5D 9 14 56 31
Octal 350 132 21 0 75 135 11 24 126 61
Binary 11101000 1011010 10001 0 111101 1011101 1001 10100 1010110 110001

Color Harmonies of #E85A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A11

Black with #E85A11

Text Example


Text Example

White with #E85A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A11; }

 p { color: rgb(232,90,17); }

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

background-color css

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

 a { background-color: rgb(232,90,17); }

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

border-color css

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

 span { border-color: rgb(232,90,17); }

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