Html Css Color HEX #E75201 Persimmon

📋 copy color: '#E75201'

red 231 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #E75201

Tints of Persimmon #E75201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 73.57%
G = 26.11%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E75201 (or 0xE75201) is known color: Persimmon. HEX triplet: E7, 52 and 01. RGB value is (231,82,1). Sum of RGB (Red+Green+Blue) = 231+82+1=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E75201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75201 is #18ADFE. Grayscale: #757575. Windows color (decimal): -1617407 or 86759. OLE color: 86759.

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

Color convert

RGB 231 82 1 -
CMYK 0 0.65 1.00 0.09
HSL 21.13º 0.99% 0.45% -
HSV(B) 21.13º 1% 0.91% -
XYZ 35.98 23.03 2.58 -
YUV 117.32 62.36 209.09 -
System Red Green Blue C M Y K H S L
Decimal 231 82 1 0 0.65 1.00 0.09 21.13 0.99 0.45
Hex E7 52 1 0 41 64 9 15 63 2D
Octal 347 122 1 0 101 144 11 25 143 55
Binary 11100111 1010010 1 0 1000001 1100100 1001 10101 1100011 101101

Color Harmonies of #E75201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75201

Black with #E75201

Text Example


Text Example

White with #E75201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75201; }

 p { color: rgb(231,82,1); }

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

background-color css

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

 a { background-color: rgb(231,82,1); }

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

border-color css

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

 span { border-color: rgb(231,82,1); }

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