Html Css Color HEX #E85B0B Persimmon

📋 copy color: '#E85B0B'

red 232 ◦ green 91 ◦ blue 11

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

Shades of Persimmon #E85B0B

Tints of Persimmon #E85B0B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 69.46%
G = 27.25%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E85B0B (or 0xE85B0B) is known color: Persimmon. HEX triplet: E8, 5B and 0B. RGB value is (232,91,11). Sum of RGB (Red+Green+Blue) = 232+91+11=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B0B is #17A4F4. Grayscale: #7C7C7C. Windows color (decimal): -1549557 or 744424. OLE color: 744424.

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

Color convert

RGB 232 91 11 -
CMYK 0 0.61 0.95 0.09
HSL 21.72º 0.91% 0.48% -
HSV(B) 21.72º 0.95% 0.91% -
XYZ 37.08 24.66 3.12 -
YUV 124.04 64.21 205 -
System Red Green Blue C M Y K H S L
Decimal 232 91 11 0 0.61 0.95 0.09 21.72 0.91 0.48
Hex E8 5B B 0 3D 5F 9 16 5B 30
Octal 350 133 13 0 75 137 11 26 133 60
Binary 11101000 1011011 1011 0 111101 1011111 1001 10110 1011011 110000

Color Harmonies of #E85B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B0B

Black with #E85B0B

Text Example


Text Example

White with #E85B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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