Html Css Color HEX #E74201 Persimmon

📋 copy color: '#E74201'

red 231 ◦ green 66 ◦ blue 1

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

Shades of Persimmon #E74201

Tints of Persimmon #E74201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 77.52%
G = 22.15%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E74201 (or 0xE74201) is known color: Persimmon. HEX triplet: E7, 42 and 01. RGB value is (231,66,1). Sum of RGB (Red+Green+Blue) = 231+66+1=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E74201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74201 is #18BDFE. Grayscale: #6C6C6C. Windows color (decimal): -1621503 or 82663. OLE color: 82663.

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

Color convert

RGB 231 66 1 -
CMYK 0 0.71 1.00 0.09
HSL 16.96º 0.99% 0.45% -
HSV(B) 16.96º 1% 0.91% -
XYZ 34.91 20.89 2.22 -
YUV 107.93 67.66 215.79 -
System Red Green Blue C M Y K H S L
Decimal 231 66 1 0 0.71 1.00 0.09 16.96 0.99 0.45
Hex E7 42 1 0 47 64 9 11 63 2D
Octal 347 102 1 0 107 144 11 21 143 55
Binary 11100111 1000010 1 0 1000111 1100100 1001 10001 1100011 101101

Color Harmonies of #E74201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74201

Black with #E74201

Text Example


Text Example

White with #E74201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74201; }

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

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

background-color css

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

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

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

border-color css

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

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

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