Html Css Color HEX #E75500 Persimmon

📋 copy color: '#E75500'

red 231 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #E75500

Tints of Persimmon #E75500

RGB

 RED value IS 231 (90.63% from 255) = 73.1%

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 73.1%
G = 26.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E75500 (or 0xE75500) is known color: Persimmon. HEX triplet: E7, 55 and 00. RGB value is (231,85,0). Sum of RGB (Red+Green+Blue) = 231+85+0=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E75500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75500 is #18AAFF. Grayscale: #777777. Windows color (decimal): -1616640 or 21991. OLE color: 21991.

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

Color convert

RGB 231 85 0 -
CMYK 0 0.63 1 0.09
HSL 22.08º 1% 0.45% -
HSV(B) 22.08º 1% 0.91% -
XYZ 36.2 23.49 2.63 -
YUV 118.96 60.87 207.91 -
System Red Green Blue C M Y K H S L
Decimal 231 85 0 0 0.63 1 0.09 22.08 1 0.45
Hex E7 55 0 0 3F 64 9 16 64 2D
Octal 347 125 0 0 77 144 11 26 144 55
Binary 11100111 1010101 0 0 111111 1100100 1001 10110 1100100 101101

Color Harmonies of #E75500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75500

Black with #E75500

Text Example


Text Example

White with #E75500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75500; }

 p { color: rgb(231,85,0); }

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

background-color css

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

 a { background-color: rgb(231,85,0); }

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

border-color css

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

 span { border-color: rgb(231,85,0); }

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