Html Css Color HEX #E74F00 Persimmon

📋 copy color: '#E74F00'

red 231 ◦ green 79 ◦ blue 0

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

Shades of Persimmon #E74F00

Tints of Persimmon #E74F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

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

R = 74.52%
G = 25.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E74F00 (or 0xE74F00) is known color: Persimmon. HEX triplet: E7, 4F and 00. RGB value is (231,79,0). Sum of RGB (Red+Green+Blue) = 231+79+0=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F00 is #18B0FF. Grayscale: #737373. Windows color (decimal): -1618176 or 20455. OLE color: 20455.

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

Color convert

RGB 231 79 0 -
CMYK 0 0.66 1 0.09
HSL 20.52º 1% 0.45% -
HSV(B) 20.52º 1% 0.91% -
XYZ 35.75 22.58 2.47 -
YUV 115.44 62.86 210.42 -
System Red Green Blue C M Y K H S L
Decimal 231 79 0 0 0.66 1 0.09 20.52 1 0.45
Hex E7 4F 0 0 42 64 9 15 64 2D
Octal 347 117 0 0 102 144 11 25 144 55
Binary 11100111 1001111 0 0 1000010 1100100 1001 10101 1100100 101101

Color Harmonies of #E74F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F00

Black with #E74F00

Text Example


Text Example

White with #E74F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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