Html Css Color HEX #E95000 Persimmon

📋 copy color: '#E95000'

red 233 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #E95000

Tints of Persimmon #E95000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 74.44%
G = 25.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E95000 (or 0xE95000) is known color: Persimmon. HEX triplet: E9, 50 and 00. RGB value is (233,80,0). Sum of RGB (Red+Green+Blue) = 233+80+0=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E95000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95000 is #16AFFF. Grayscale: #757575. Windows color (decimal): -1486848 or 20713. OLE color: 20713.

HSL color Cylindrical-coordinate representation of color #E95000: hue angle of 20.6º 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 #E95000 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 0 -
CMYK 0 0.66 1 0.09
HSL 20.6º 1% 0.46% -
HSV(B) 20.6º 1% 0.91% -
XYZ 36.47 23.06 2.53 -
YUV 116.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 233 80 0 0 0.66 1 0.09 20.6 1 0.46
Hex E9 50 0 0 42 64 9 15 64 2E
Octal 351 120 0 0 102 144 11 25 144 56
Binary 11101001 1010000 0 0 1000010 1100100 1001 10101 1100100 101110

Color Harmonies of #E95000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95000

Black with #E95000

Text Example


Text Example

White with #E95000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95000; }

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

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

background-color css

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

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

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

border-color css

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

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

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