Html Css Color HEX #E96505 Persimmon

📋 copy color: '#E96505'

red 233 ◦ green 101 ◦ blue 5

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

Shades of Persimmon #E96505

Tints of Persimmon #E96505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 68.73%
G = 29.79%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E96505 (or 0xE96505) is known color: Persimmon. HEX triplet: E9, 65 and 05. RGB value is (233,101,5). Sum of RGB (Red+Green+Blue) = 233+101+5=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E96505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96505 is #169AFA. Grayscale: #828282. Windows color (decimal): -1481467 or 353769. OLE color: 353769.

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

Color convert

RGB 233 101 5 -
CMYK 0 0.57 0.98 0.09
HSL 25.26º 0.96% 0.47% -
HSV(B) 25.26º 0.98% 0.91% -
XYZ 38.29 26.64 3.27 -
YUV 129.52 57.73 201.81 -
System Red Green Blue C M Y K H S L
Decimal 233 101 5 0 0.57 0.98 0.09 25.26 0.96 0.47
Hex E9 65 5 0 39 62 9 19 60 2F
Octal 351 145 5 0 71 142 11 31 140 57
Binary 11101001 1100101 101 0 111001 1100010 1001 11001 1100000 101111

Color Harmonies of #E96505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96505

Black with #E96505

Text Example


Text Example

White with #E96505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96505; }

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

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

background-color css

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

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

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

border-color css

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

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

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