Html Css Color HEX #E95B0D Persimmon

📋 copy color: '#E95B0D'

red 233 ◦ green 91 ◦ blue 13

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

Shades of Persimmon #E95B0D

Tints of Persimmon #E95B0D

RGB

 RED value IS 233 (91.41% from 255) = 69.14%

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 69.14%
G = 27%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E95B0D (or 0xE95B0D) is known color: Persimmon. HEX triplet: E9, 5B and 0D. RGB value is (233,91,13). Sum of RGB (Red+Green+Blue) = 233+91+13=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95B0D is #16A4F2. Grayscale: #7D7D7D. Windows color (decimal): -1484019 or 875497. OLE color: 875497.

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

Color convert

RGB 233 91 13 -
CMYK 0 0.61 0.94 0.09
HSL 21.27º 0.89% 0.48% -
HSV(B) 21.27º 0.94% 0.91% -
XYZ 37.42 24.83 3.2 -
YUV 124.57 65.04 205.34 -
System Red Green Blue C M Y K H S L
Decimal 233 91 13 0 0.61 0.94 0.09 21.27 0.89 0.48
Hex E9 5B D 0 3D 5E 9 15 59 30
Octal 351 133 15 0 75 136 11 25 131 60
Binary 11101001 1011011 1101 0 111101 1011110 1001 10101 1011001 110000

Color Harmonies of #E95B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B0D

Black with #E95B0D

Text Example


Text Example

White with #E95B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B0D; }

 p { color: rgb(233,91,13); }

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

background-color css

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

 a { background-color: rgb(233,91,13); }

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

border-color css

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

 span { border-color: rgb(233,91,13); }

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