Html Css Color HEX #E74600 Persimmon

📋 copy color: '#E74600'

red 231 ◦ green 70 ◦ blue 0

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

Shades of Persimmon #E74600

Tints of Persimmon #E74600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.74%
G = 23.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E74600 (or 0xE74600) is known color: Persimmon. HEX triplet: E7, 46 and 00. RGB value is (231,70,0). Sum of RGB (Red+Green+Blue) = 231+70+0=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E74600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74600 is #18B9FF. Grayscale: #6E6E6E. Windows color (decimal): -1620480 or 18151. OLE color: 18151.

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

Color convert

RGB 231 70 0 -
CMYK 0 0.70 1 0.09
HSL 18.18º 1% 0.45% -
HSV(B) 18.18º 1% 0.91% -
XYZ 35.15 21.37 2.27 -
YUV 110.16 65.84 214.19 -
System Red Green Blue C M Y K H S L
Decimal 231 70 0 0 0.70 1 0.09 18.18 1 0.45
Hex E7 46 0 0 46 64 9 12 64 2D
Octal 347 106 0 0 106 144 11 22 144 55
Binary 11100111 1000110 0 0 1000110 1100100 1001 10010 1100100 101101

Color Harmonies of #E74600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74600

Black with #E74600

Text Example


Text Example

White with #E74600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74600; }

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

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

background-color css

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

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

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

border-color css

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

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

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