Html Css Color HEX #E95200 Persimmon

📋 copy color: '#E95200'

red 233 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #E95200

Tints of Persimmon #E95200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.97%
G = 26.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E95200 (or 0xE95200) is known color: Persimmon. HEX triplet: E9, 52 and 00. RGB value is (233,82,0). Sum of RGB (Red+Green+Blue) = 233+82+0=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E95200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95200 is #16ADFF. Grayscale: #767676. Windows color (decimal): -1486336 or 21225. OLE color: 21225.

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

Color convert

RGB 233 82 0 -
CMYK 0 0.65 1 0.09
HSL 21.12º 1% 0.46% -
HSV(B) 21.12º 1% 0.91% -
XYZ 36.62 23.36 2.58 -
YUV 117.8 61.53 210.17 -
System Red Green Blue C M Y K H S L
Decimal 233 82 0 0 0.65 1 0.09 21.12 1 0.46
Hex E9 52 0 0 41 64 9 15 64 2E
Octal 351 122 0 0 101 144 11 25 144 56
Binary 11101001 1010010 0 0 1000001 1100100 1001 10101 1100100 101110

Color Harmonies of #E95200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95200

Black with #E95200

Text Example


Text Example

White with #E95200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95200; }

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

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

background-color css

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

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

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

border-color css

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

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

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