Html Css Color HEX #E74601 Persimmon

📋 copy color: '#E74601'

red 231 ◦ green 70 ◦ blue 1

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

Shades of Persimmon #E74601

Tints of Persimmon #E74601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 76.49%
G = 23.18%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E74601 (or 0xE74601) is known color: Persimmon. HEX triplet: E7, 46 and 01. RGB value is (231,70,1). Sum of RGB (Red+Green+Blue) = 231+70+1=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E74601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74601 is #18B9FE. Grayscale: #6E6E6E. Windows color (decimal): -1620479 or 83687. OLE color: 83687.

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

Color convert

RGB 231 70 1 -
CMYK 0 0.70 1.00 0.09
HSL 18º 0.99% 0.45% -
HSV(B) 18º 1% 0.91% -
XYZ 35.15 21.37 2.3 -
YUV 110.27 66.34 214.11 -
System Red Green Blue C M Y K H S L
Decimal 231 70 1 0 0.70 1.00 0.09 18 0.99 0.45
Hex E7 46 1 0 46 64 9 12 63 2D
Octal 347 106 1 0 106 144 11 22 143 55
Binary 11100111 1000110 1 0 1000110 1100100 1001 10010 1100011 101101

Color Harmonies of #E74601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74601

Black with #E74601

Text Example


Text Example

White with #E74601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74601; }

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

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

background-color css

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

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

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

border-color css

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

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

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