Html Css Color HEX #E95202 Persimmon

📋 copy color: '#E95202'

red 233 ◦ green 82 ◦ blue 2

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

Shades of Persimmon #E95202

Tints of Persimmon #E95202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 73.5%
G = 25.87%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E95202 (or 0xE95202) is known color: Persimmon. HEX triplet: E9, 52 and 02. RGB value is (233,82,2). Sum of RGB (Red+Green+Blue) = 233+82+2=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E95202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95202 is #16ADFD. Grayscale: #767676. Windows color (decimal): -1486334 or 152297. OLE color: 152297.

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

Color convert

RGB 233 82 2 -
CMYK 0 0.65 0.99 0.09
HSL 20.78º 0.98% 0.46% -
HSV(B) 20.78º 0.99% 0.91% -
XYZ 36.63 23.36 2.64 -
YUV 118.03 62.53 210 -
System Red Green Blue C M Y K H S L
Decimal 233 82 2 0 0.65 0.99 0.09 20.78 0.98 0.46
Hex E9 52 2 0 41 63 9 15 62 2E
Octal 351 122 2 0 101 143 11 25 142 56
Binary 11101001 1010010 10 0 1000001 1100011 1001 10101 1100010 101110

Color Harmonies of #E95202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95202

Black with #E95202

Text Example


Text Example

White with #E95202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95202; }

 p { color: rgb(233,82,2); }

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

background-color css

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

 a { background-color: rgb(233,82,2); }

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

border-color css

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

 span { border-color: rgb(233,82,2); }

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