Html Css Color HEX #E85300 Persimmon

📋 copy color: '#E85300'

red 232 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #E85300

Tints of Persimmon #E85300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 73.65%
G = 26.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E85300 (or 0xE85300) is known color: Persimmon. HEX triplet: E8, 53 and 00. RGB value is (232,83,0). Sum of RGB (Red+Green+Blue) = 232+83+0=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E85300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85300 is #17ACFF. Grayscale: #767676. Windows color (decimal): -1551616 or 21480. OLE color: 21480.

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

Color convert

RGB 232 83 0 -
CMYK 0 0.64 1 0.09
HSL 21.47º 1% 0.45% -
HSV(B) 21.47º 1% 0.91% -
XYZ 36.37 23.34 2.59 -
YUV 118.09 61.36 209.25 -
System Red Green Blue C M Y K H S L
Decimal 232 83 0 0 0.64 1 0.09 21.47 1 0.45
Hex E8 53 0 0 40 64 9 15 64 2D
Octal 350 123 0 0 100 144 11 25 144 55
Binary 11101000 1010011 0 0 1000000 1100100 1001 10101 1100100 101101

Color Harmonies of #E85300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85300

Black with #E85300

Text Example


Text Example

White with #E85300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85300; }

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

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

background-color css

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

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

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

border-color css

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

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

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