Html Css Color HEX #E75000 Persimmon

📋 copy color: '#E75000'

red 231 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #E75000

Tints of Persimmon #E75000

RGB

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

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

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

R = 74.28%
G = 25.72%
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

#E75000 (or 0xE75000) is known color: Persimmon. HEX triplet: E7, 50 and 00. RGB value is (231,80,0). Sum of RGB (Red+Green+Blue) = 231+80+0=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E75000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75000 is #18AFFF. Grayscale: #747474. Windows color (decimal): -1617920 or 20711. OLE color: 20711.

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

Color convert

RGB 231 80 0 -
CMYK 0 0.65 1 0.09
HSL 20.78º 1% 0.45% -
HSV(B) 20.78º 1% 0.91% -
XYZ 35.82 22.73 2.5 -
YUV 116.03 62.53 210 -
System Red Green Blue C M Y K H S L
Decimal 231 80 0 0 0.65 1 0.09 20.78 1 0.45
Hex E7 50 0 0 41 64 9 15 64 2D
Octal 347 120 0 0 101 144 11 25 144 55
Binary 11100111 1010000 0 0 1000001 1100100 1001 10101 1100100 101101

Color Harmonies of #E75000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75000

Black with #E75000

Text Example


Text Example

White with #E75000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75000; }

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

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

background-color css

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

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

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

border-color css

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

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

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