Html Css Color HEX #E75015 Persimmon

📋 copy color: '#E75015'

red 231 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #E75015

Tints of Persimmon #E75015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 69.58%
G = 24.1%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E75015 (or 0xE75015) is known color: Persimmon. HEX triplet: E7, 50 and 15. RGB value is (231,80,21). Sum of RGB (Red+Green+Blue) = 231+80+21=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E75015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75015 is #18AFEA. Grayscale: #767676. Windows color (decimal): -1617899 or 1396967. OLE color: 1396967.

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

Color convert

RGB 231 80 21 -
CMYK 0 0.65 0.91 0.09
HSL 16.86º 0.83% 0.49% -
HSV(B) 16.86º 0.91% 0.91% -
XYZ 35.96 22.78 3.21 -
YUV 118.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 231 80 21 0 0.65 0.91 0.09 16.86 0.83 0.49
Hex E7 50 15 0 41 5B 9 11 53 31
Octal 347 120 25 0 101 133 11 21 123 61
Binary 11100111 1010000 10101 0 1000001 1011011 1001 10001 1010011 110001

Color Harmonies of #E75015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75015

Black with #E75015

Text Example


Text Example

White with #E75015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75015; }

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

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

background-color css

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

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

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

border-color css

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

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

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