Html Css Color HEX #E85E0B Persimmon

📋 copy color: '#E85E0B'

red 232 ◦ green 94 ◦ blue 11

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

Shades of Persimmon #E85E0B

Tints of Persimmon #E85E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 68.84%
G = 27.89%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E85E0B (or 0xE85E0B) is known color: Persimmon. HEX triplet: E8, 5E and 0B. RGB value is (232,94,11). Sum of RGB (Red+Green+Blue) = 232+94+11=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E0B is #17A1F4. Grayscale: #7E7E7E. Windows color (decimal): -1548789 or 745192. OLE color: 745192.

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

Color convert

RGB 232 94 11 -
CMYK 0 0.59 0.95 0.09
HSL 22.53º 0.91% 0.48% -
HSV(B) 22.53º 0.95% 0.91% -
XYZ 37.34 25.19 3.21 -
YUV 125.8 63.22 203.75 -
System Red Green Blue C M Y K H S L
Decimal 232 94 11 0 0.59 0.95 0.09 22.53 0.91 0.48
Hex E8 5E B 0 3B 5F 9 17 5B 30
Octal 350 136 13 0 73 137 11 27 133 60
Binary 11101000 1011110 1011 0 111011 1011111 1001 10111 1011011 110000

Color Harmonies of #E85E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E0B

Black with #E85E0B

Text Example


Text Example

White with #E85E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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