Html Css Color HEX #E85D04 Persimmon

📋 copy color: '#E85D04'

red 232 ◦ green 93 ◦ blue 4

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

Shades of Persimmon #E85D04

Tints of Persimmon #E85D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 70.52%
G = 28.27%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E85D04 (or 0xE85D04) is known color: Persimmon. HEX triplet: E8, 5D and 04. RGB value is (232,93,4). Sum of RGB (Red+Green+Blue) = 232+93+4=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D04 is #17A2FB. Grayscale: #7C7C7C. Windows color (decimal): -1549052 or 286184. OLE color: 286184.

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

Color convert

RGB 232 93 4 -
CMYK 0 0.60 0.98 0.09
HSL 23.42º 0.97% 0.46% -
HSV(B) 23.42º 0.98% 0.91% -
XYZ 37.21 24.99 2.98 -
YUV 124.42 60.05 204.74 -
System Red Green Blue C M Y K H S L
Decimal 232 93 4 0 0.60 0.98 0.09 23.42 0.97 0.46
Hex E8 5D 4 0 3C 62 9 17 61 2E
Octal 350 135 4 0 74 142 11 27 141 56
Binary 11101000 1011101 100 0 111100 1100010 1001 10111 1100001 101110

Color Harmonies of #E85D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D04

Black with #E85D04

Text Example


Text Example

White with #E85D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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