Html Css Color HEX #E95B0A Persimmon

📋 copy color: '#E95B0A'

red 233 ◦ green 91 ◦ blue 10

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

Shades of Persimmon #E95B0A

Tints of Persimmon #E95B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 69.76%
G = 27.25%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E95B0A (or 0xE95B0A) is known color: Persimmon. HEX triplet: E9, 5B and 0A. RGB value is (233,91,10). Sum of RGB (Red+Green+Blue) = 233+91+10=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95B0A is #16A4F5. Grayscale: #7C7C7C. Windows color (decimal): -1484022 or 678889. OLE color: 678889.

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

Color convert

RGB 233 91 10 -
CMYK 0 0.61 0.96 0.09
HSL 21.79º 0.92% 0.48% -
HSV(B) 21.79º 0.96% 0.91% -
XYZ 37.4 24.83 3.11 -
YUV 124.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 233 91 10 0 0.61 0.96 0.09 21.79 0.92 0.48
Hex E9 5B A 0 3D 60 9 16 5C 30
Octal 351 133 12 0 75 140 11 26 134 60
Binary 11101001 1011011 1010 0 111101 1100000 1001 10110 1011100 110000

Color Harmonies of #E95B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B0A

Black with #E95B0A

Text Example


Text Example

White with #E95B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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