Html Css Color HEX #E74900 Persimmon

📋 copy color: '#E74900'

red 231 ◦ green 73 ◦ blue 0

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

Shades of Persimmon #E74900

Tints of Persimmon #E74900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 75.99%
G = 24.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E74900 (or 0xE74900) is known color: Persimmon. HEX triplet: E7, 49 and 00. RGB value is (231,73,0). Sum of RGB (Red+Green+Blue) = 231+73+0=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E74900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74900 is #18B6FF. Grayscale: #707070. Windows color (decimal): -1619712 or 18919. OLE color: 18919.

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

Color convert

RGB 231 73 0 -
CMYK 0 0.68 1 0.09
HSL 18.96º 1% 0.45% -
HSV(B) 18.96º 1% 0.91% -
XYZ 35.34 21.75 2.34 -
YUV 111.92 64.85 212.94 -
System Red Green Blue C M Y K H S L
Decimal 231 73 0 0 0.68 1 0.09 18.96 1 0.45
Hex E7 49 0 0 44 64 9 13 64 2D
Octal 347 111 0 0 104 144 11 23 144 55
Binary 11100111 1001001 0 0 1000100 1100100 1001 10011 1100100 101101

Color Harmonies of #E74900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74900

Black with #E74900

Text Example


Text Example

White with #E74900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74900; }

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

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

background-color css

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

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

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

border-color css

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

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

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