Html Css Color HEX #E96403 Persimmon

📋 copy color: '#E96403'

red 233 ◦ green 100 ◦ blue 3

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

Shades of Persimmon #E96403

Tints of Persimmon #E96403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 69.35%
G = 29.76%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E96403 (or 0xE96403) is known color: Persimmon. HEX triplet: E9, 64 and 03. RGB value is (233,100,3). Sum of RGB (Red+Green+Blue) = 233+100+3=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E96403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96403 is #169BFC. Grayscale: #818181. Windows color (decimal): -1481725 or 222441. OLE color: 222441.

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

Color convert

RGB 233 100 3 -
CMYK 0 0.57 0.99 0.09
HSL 25.3º 0.97% 0.46% -
HSV(B) 25.3º 0.99% 0.91% -
XYZ 38.18 26.44 3.18 -
YUV 128.71 57.06 202.39 -
System Red Green Blue C M Y K H S L
Decimal 233 100 3 0 0.57 0.99 0.09 25.3 0.97 0.46
Hex E9 64 3 0 39 63 9 19 61 2E
Octal 351 144 3 0 71 143 11 31 141 56
Binary 11101001 1100100 11 0 111001 1100011 1001 11001 1100001 101110

Color Harmonies of #E96403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96403

Black with #E96403

Text Example


Text Example

White with #E96403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96403; }

 p { color: rgb(233,100,3); }

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

background-color css

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

 a { background-color: rgb(233,100,3); }

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

border-color css

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

 span { border-color: rgb(233,100,3); }

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