Html Css Color HEX #E95A00 Persimmon

📋 copy color: '#E95A00'

red 233 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #E95A00

Tints of Persimmon #E95A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 72.14%
G = 27.86%
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

#E95A00 (or 0xE95A00) is known color: Persimmon. HEX triplet: E9, 5A and 00. RGB value is (233,90,0). Sum of RGB (Red+Green+Blue) = 233+90+0=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A00 is #16A5FF. Grayscale: #7A7A7A. Windows color (decimal): -1484288 or 23273. OLE color: 23273.

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

Color convert

RGB 233 90 0 -
CMYK 0 0.61 1 0.09
HSL 23.18º 1% 0.46% -
HSV(B) 23.18º 1% 0.91% -
XYZ 37.26 24.64 2.79 -
YUV 122.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 233 90 0 0 0.61 1 0.09 23.18 1 0.46
Hex E9 5A 0 0 3D 64 9 17 64 2E
Octal 351 132 0 0 75 144 11 27 144 56
Binary 11101001 1011010 0 0 111101 1100100 1001 10111 1100100 101110

Color Harmonies of #E95A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A00

Black with #E95A00

Text Example


Text Example

White with #E95A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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