Html Css Color HEX #E75401 Persimmon

📋 copy color: '#E75401'

red 231 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #E75401

Tints of Persimmon #E75401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 73.1%
G = 26.58%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E75401 (or 0xE75401) is known color: Persimmon. HEX triplet: E7, 54 and 01. RGB value is (231,84,1). Sum of RGB (Red+Green+Blue) = 231+84+1=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E75401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75401 is #18ABFE. Grayscale: #767676. Windows color (decimal): -1616895 or 87271. OLE color: 87271.

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

Color convert

RGB 231 84 1 -
CMYK 0 0.64 1.00 0.09
HSL 21.65º 0.99% 0.45% -
HSV(B) 21.65º 1% 0.91% -
XYZ 36.13 23.33 2.63 -
YUV 118.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 231 84 1 0 0.64 1.00 0.09 21.65 0.99 0.45
Hex E7 54 1 0 40 64 9 16 63 2D
Octal 347 124 1 0 100 144 11 26 143 55
Binary 11100111 1010100 1 0 1000000 1100100 1001 10110 1100011 101101

Color Harmonies of #E75401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75401

Black with #E75401

Text Example


Text Example

White with #E75401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75401; }

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

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

background-color css

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

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

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

border-color css

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

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

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