Html Css Color HEX #E95400 Persimmon

📋 copy color: '#E95400'

red 233 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #E95400

Tints of Persimmon #E95400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 73.5%
G = 26.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E95400 (or 0xE95400) is known color: Persimmon. HEX triplet: E9, 54 and 00. RGB value is (233,84,0). Sum of RGB (Red+Green+Blue) = 233+84+0=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E95400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95400 is #16ABFF. Grayscale: #777777. Windows color (decimal): -1485824 or 21737. OLE color: 21737.

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

Color convert

RGB 233 84 0 -
CMYK 0 0.64 1 0.09
HSL 21.63º 1% 0.46% -
HSV(B) 21.63º 1% 0.91% -
XYZ 36.77 23.66 2.63 -
YUV 118.98 60.86 209.33 -
System Red Green Blue C M Y K H S L
Decimal 233 84 0 0 0.64 1 0.09 21.63 1 0.46
Hex E9 54 0 0 40 64 9 16 64 2E
Octal 351 124 0 0 100 144 11 26 144 56
Binary 11101001 1010100 0 0 1000000 1100100 1001 10110 1100100 101110

Color Harmonies of #E95400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95400

Black with #E95400

Text Example


Text Example

White with #E95400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95400; }

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

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

background-color css

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

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

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

border-color css

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

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

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