Html Css Color HEX #E96204 Persimmon

📋 copy color: '#E96204'

red 233 ◦ green 98 ◦ blue 4

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

Shades of Persimmon #E96204

Tints of Persimmon #E96204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 69.55%
G = 29.25%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E96204 (or 0xE96204) is known color: Persimmon. HEX triplet: E9, 62 and 04. RGB value is (233,98,4). Sum of RGB (Red+Green+Blue) = 233+98+4=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E96204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96204 is #169DFB. Grayscale: #808080. Windows color (decimal): -1482236 or 287465. OLE color: 287465.

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

Color convert

RGB 233 98 4 -
CMYK 0 0.58 0.98 0.09
HSL 24.63º 0.97% 0.46% -
HSV(B) 24.63º 0.98% 0.91% -
XYZ 37.99 26.07 3.14 -
YUV 127.65 58.23 203.14 -
System Red Green Blue C M Y K H S L
Decimal 233 98 4 0 0.58 0.98 0.09 24.63 0.97 0.46
Hex E9 62 4 0 3A 62 9 19 61 2E
Octal 351 142 4 0 72 142 11 31 141 56
Binary 11101001 1100010 100 0 111010 1100010 1001 11001 1100001 101110

Color Harmonies of #E96204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96204

Black with #E96204

Text Example


Text Example

White with #E96204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96204; }

 p { color: rgb(233,98,4); }

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

background-color css

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

 a { background-color: rgb(233,98,4); }

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

border-color css

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

 span { border-color: rgb(233,98,4); }

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