Html Css Color HEX #E96005 Persimmon

📋 copy color: '#E96005'

red 233 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #E96005

Tints of Persimmon #E96005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 69.76%
G = 28.74%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E96005 (or 0xE96005) is known color: Persimmon. HEX triplet: E9, 60 and 05. RGB value is (233,96,5). Sum of RGB (Red+Green+Blue) = 233+96+5=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E96005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96005 is #169FFA. Grayscale: #7F7F7F. Windows color (decimal): -1482747 or 352489. OLE color: 352489.

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

Color convert

RGB 233 96 5 -
CMYK 0 0.59 0.98 0.09
HSL 23.95º 0.96% 0.47% -
HSV(B) 23.95º 0.98% 0.91% -
XYZ 37.81 25.7 3.11 -
YUV 126.59 59.39 203.9 -
System Red Green Blue C M Y K H S L
Decimal 233 96 5 0 0.59 0.98 0.09 23.95 0.96 0.47
Hex E9 60 5 0 3B 62 9 18 60 2F
Octal 351 140 5 0 73 142 11 30 140 57
Binary 11101001 1100000 101 0 111011 1100010 1001 11000 1100000 101111

Color Harmonies of #E96005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96005

Black with #E96005

Text Example


Text Example

White with #E96005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96005; }

 p { color: rgb(233,96,5); }

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

background-color css

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

 a { background-color: rgb(233,96,5); }

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

border-color css

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

 span { border-color: rgb(233,96,5); }

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