Html Css Color HEX #E85D03 Persimmon

📋 copy color: '#E85D03'

red 232 ◦ green 93 ◦ blue 3

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

Shades of Persimmon #E85D03

Tints of Persimmon #E85D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 70.73%
G = 28.35%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E85D03 (or 0xE85D03) is known color: Persimmon. HEX triplet: E8, 5D and 03. RGB value is (232,93,3). Sum of RGB (Red+Green+Blue) = 232+93+3=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D03 is #17A2FC. Grayscale: #7C7C7C. Windows color (decimal): -1549053 or 220648. OLE color: 220648.

HSL color Cylindrical-coordinate representation of color #E85D03: hue angle of 23.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E85D03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 3 -
CMYK 0 0.60 0.99 0.09
HSL 23.58º 0.97% 0.46% -
HSV(B) 23.58º 0.99% 0.91% -
XYZ 37.21 24.99 2.95 -
YUV 124.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 232 93 3 0 0.60 0.99 0.09 23.58 0.97 0.46
Hex E8 5D 3 0 3C 63 9 18 61 2E
Octal 350 135 3 0 74 143 11 30 141 56
Binary 11101000 1011101 11 0 111100 1100011 1001 11000 1100001 101110

Color Harmonies of #E85D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D03

Black with #E85D03

Text Example


Text Example

White with #E85D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D03; }

 p { color: rgb(232,93,3); }

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

background-color css

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

 a { background-color: rgb(232,93,3); }

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

border-color css

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

 span { border-color: rgb(232,93,3); }

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