Html Css Color HEX #E74700 Persimmon

📋 copy color: '#E74700'

red 231 ◦ green 71 ◦ blue 0

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

Shades of Persimmon #E74700

Tints of Persimmon #E74700

RGB

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

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

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

R = 76.49%
G = 23.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E74700 (or 0xE74700) is known color: Persimmon. HEX triplet: E7, 47 and 00. RGB value is (231,71,0). Sum of RGB (Red+Green+Blue) = 231+71+0=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E74700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74700 is #18B8FF. Grayscale: #6F6F6F. Windows color (decimal): -1620224 or 18407. OLE color: 18407.

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

Color convert

RGB 231 71 0 -
CMYK 0 0.69 1 0.09
HSL 18.44º 1% 0.45% -
HSV(B) 18.44º 1% 0.91% -
XYZ 35.21 21.5 2.29 -
YUV 110.75 65.51 213.77 -
System Red Green Blue C M Y K H S L
Decimal 231 71 0 0 0.69 1 0.09 18.44 1 0.45
Hex E7 47 0 0 45 64 9 12 64 2D
Octal 347 107 0 0 105 144 11 22 144 55
Binary 11100111 1000111 0 0 1000101 1100100 1001 10010 1100100 101101

Color Harmonies of #E74700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74700

Black with #E74700

Text Example


Text Example

White with #E74700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74700; }

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

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

background-color css

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

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

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

border-color css

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

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

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