Html Css Color HEX #E85A00 Persimmon

📋 copy color: '#E85A00'

red 232 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #E85A00

Tints of Persimmon #E85A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.05%
G = 27.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E85A00 (or 0xE85A00) is known color: Persimmon. HEX triplet: E8, 5A and 00. RGB value is (232,90,0). Sum of RGB (Red+Green+Blue) = 232+90+0=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A00 is #17A5FF. Grayscale: #7A7A7A. Windows color (decimal): -1549824 or 23272. OLE color: 23272.

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

Color convert

RGB 232 90 0 -
CMYK 0 0.61 1 0.09
HSL 23.28º 1% 0.45% -
HSV(B) 23.28º 1% 0.91% -
XYZ 36.93 24.47 2.78 -
YUV 122.2 59.04 206.32 -
System Red Green Blue C M Y K H S L
Decimal 232 90 0 0 0.61 1 0.09 23.28 1 0.45
Hex E8 5A 0 0 3D 64 9 17 64 2D
Octal 350 132 0 0 75 144 11 27 144 55
Binary 11101000 1011010 0 0 111101 1100100 1001 10111 1100100 101101

Color Harmonies of #E85A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A00

Black with #E85A00

Text Example


Text Example

White with #E85A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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