Html Css Color HEX #E85A14 Persimmon

📋 copy color: '#E85A14'

red 232 ◦ green 90 ◦ blue 20

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

Shades of Persimmon #E85A14

Tints of Persimmon #E85A14

RGB

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

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

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

R = 67.84%
G = 26.32%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85A14 (or 0xE85A14) is known color: Persimmon. HEX triplet: E8, 5A and 14. RGB value is (232,90,20). Sum of RGB (Red+Green+Blue) = 232+90+20=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A14 is #17A5EB. Grayscale: #7C7C7C. Windows color (decimal): -1549804 or 1333992. OLE color: 1333992.

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

Color convert

RGB 232 90 20 -
CMYK 0 0.61 0.91 0.09
HSL 19.81º 0.84% 0.49% -
HSV(B) 19.81º 0.91% 0.91% -
XYZ 37.06 24.52 3.44 -
YUV 124.48 69.04 204.69 -
System Red Green Blue C M Y K H S L
Decimal 232 90 20 0 0.61 0.91 0.09 19.81 0.84 0.49
Hex E8 5A 14 0 3D 5B 9 14 54 31
Octal 350 132 24 0 75 133 11 24 124 61
Binary 11101000 1011010 10100 0 111101 1011011 1001 10100 1010100 110001

Color Harmonies of #E85A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A14

Black with #E85A14

Text Example


Text Example

White with #E85A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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