Html Css Color HEX #E95B00 Persimmon

📋 copy color: '#E95B00'

red 233 ◦ green 91 ◦ blue 0

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

Shades of Persimmon #E95B00

Tints of Persimmon #E95B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.91%
G = 28.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E95B00 (or 0xE95B00) is known color: Persimmon. HEX triplet: E9, 5B and 00. RGB value is (233,91,0). Sum of RGB (Red+Green+Blue) = 233+91+0=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95B00 is #16A4FF. Grayscale: #7B7B7B. Windows color (decimal): -1484032 or 23529. OLE color: 23529.

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

Color convert

RGB 233 91 0 -
CMYK 0 0.61 1 0.09
HSL 23.43º 1% 0.46% -
HSV(B) 23.43º 1% 0.91% -
XYZ 37.35 24.81 2.82 -
YUV 123.08 58.54 206.4 -
System Red Green Blue C M Y K H S L
Decimal 233 91 0 0 0.61 1 0.09 23.43 1 0.46
Hex E9 5B 0 0 3D 64 9 17 64 2E
Octal 351 133 0 0 75 144 11 27 144 56
Binary 11101001 1011011 0 0 111101 1100100 1001 10111 1100100 101110

Color Harmonies of #E95B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B00

Black with #E95B00

Text Example


Text Example

White with #E95B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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