Html Css Color HEX #E96207 Persimmon

📋 copy color: '#E96207'

red 233 ◦ green 98 ◦ blue 7

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

Shades of Persimmon #E96207

Tints of Persimmon #E96207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 68.93%
G = 28.99%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E96207 (or 0xE96207) is known color: Persimmon. HEX triplet: E9, 62 and 07. RGB value is (233,98,7). Sum of RGB (Red+Green+Blue) = 233+98+7=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E96207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96207 is #169DF8. Grayscale: #808080. Windows color (decimal): -1482233 or 484073. OLE color: 484073.

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

Color convert

RGB 233 98 7 -
CMYK 0 0.58 0.97 0.09
HSL 24.16º 0.94% 0.47% -
HSV(B) 24.16º 0.97% 0.91% -
XYZ 38.01 26.07 3.23 -
YUV 127.99 59.73 202.9 -
System Red Green Blue C M Y K H S L
Decimal 233 98 7 0 0.58 0.97 0.09 24.16 0.94 0.47
Hex E9 62 7 0 3A 61 9 18 5E 2F
Octal 351 142 7 0 72 141 11 30 136 57
Binary 11101001 1100010 111 0 111010 1100001 1001 11000 1011110 101111

Color Harmonies of #E96207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96207

Black with #E96207

Text Example


Text Example

White with #E96207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96207; }

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

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

background-color css

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

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

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

border-color css

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

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

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