Html Css Color HEX #E75005 Persimmon

📋 copy color: '#E75005'

red 231 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #E75005

Tints of Persimmon #E75005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 73.1%
G = 25.32%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E75005 (or 0xE75005) is known color: Persimmon. HEX triplet: E7, 50 and 05. RGB value is (231,80,5). Sum of RGB (Red+Green+Blue) = 231+80+5=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E75005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75005 is #18AFFA. Grayscale: #757575. Windows color (decimal): -1617915 or 348391. OLE color: 348391.

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

Color convert

RGB 231 80 5 -
CMYK 0 0.65 0.98 0.09
HSL 19.91º 0.96% 0.46% -
HSV(B) 19.91º 0.98% 0.91% -
XYZ 35.85 22.74 2.64 -
YUV 116.6 65.03 209.6 -
System Red Green Blue C M Y K H S L
Decimal 231 80 5 0 0.65 0.98 0.09 19.91 0.96 0.46
Hex E7 50 5 0 41 62 9 14 60 2E
Octal 347 120 5 0 101 142 11 24 140 56
Binary 11100111 1010000 101 0 1000001 1100010 1001 10100 1100000 101110

Color Harmonies of #E75005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75005

Black with #E75005

Text Example


Text Example

White with #E75005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75005; }

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

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

background-color css

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

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

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

border-color css

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

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

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