Html Css Color HEX #E74701 Persimmon

📋 copy color: '#E74701'

red 231 ◦ green 71 ◦ blue 1

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

Shades of Persimmon #E74701

Tints of Persimmon #E74701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

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

R = 76.24%
G = 23.43%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E74701 (or 0xE74701) is known color: Persimmon. HEX triplet: E7, 47 and 01. RGB value is (231,71,1). Sum of RGB (Red+Green+Blue) = 231+71+1=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E74701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74701 is #18B8FE. Grayscale: #6F6F6F. Windows color (decimal): -1620223 or 83943. OLE color: 83943.

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

Color convert

RGB 231 71 1 -
CMYK 0 0.69 1.00 0.09
HSL 18.26º 0.99% 0.45% -
HSV(B) 18.26º 1% 0.91% -
XYZ 35.21 21.5 2.32 -
YUV 110.86 66.01 213.69 -
System Red Green Blue C M Y K H S L
Decimal 231 71 1 0 0.69 1.00 0.09 18.26 0.99 0.45
Hex E7 47 1 0 45 64 9 12 63 2D
Octal 347 107 1 0 105 144 11 22 143 55
Binary 11100111 1000111 1 0 1000101 1100100 1001 10010 1100011 101101

Color Harmonies of #E74701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74701

Black with #E74701

Text Example


Text Example

White with #E74701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74701; }

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

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

background-color css

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

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

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

border-color css

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

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

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