Html Css Color HEX #E85E02 Persimmon

📋 copy color: '#E85E02'

red 232 ◦ green 94 ◦ blue 2

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

Shades of Persimmon #E85E02

Tints of Persimmon #E85E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 70.73%
G = 28.66%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E85E02 (or 0xE85E02) is known color: Persimmon. HEX triplet: E8, 5E and 02. RGB value is (232,94,2). Sum of RGB (Red+Green+Blue) = 232+94+2=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E02 is #17A1FD. Grayscale: #7D7D7D. Windows color (decimal): -1548798 or 155368. OLE color: 155368.

HSL color Cylindrical-coordinate representation of color #E85E02: hue angle of 24º degrees, saturation: 0.98, 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 #E85E02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 94 2 -
CMYK 0 0.59 0.99 0.09
HSL 24º 0.98% 0.46% -
HSV(B) 24º 0.99% 0.91% -
XYZ 37.29 25.17 2.95 -
YUV 124.77 58.72 204.48 -
System Red Green Blue C M Y K H S L
Decimal 232 94 2 0 0.59 0.99 0.09 24 0.98 0.46
Hex E8 5E 2 0 3B 63 9 18 62 2E
Octal 350 136 2 0 73 143 11 30 142 56
Binary 11101000 1011110 10 0 111011 1100011 1001 11000 1100010 101110

Color Harmonies of #E85E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E02

Black with #E85E02

Text Example


Text Example

White with #E85E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E02; }

 p { color: rgb(232,94,2); }

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

background-color css

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

 a { background-color: rgb(232,94,2); }

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

border-color css

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

 span { border-color: rgb(232,94,2); }

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