Html Css Color HEX #E94F14 Persimmon

📋 copy color: '#E94F14'

red 233 ◦ green 79 ◦ blue 20

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

Shades of Persimmon #E94F14

Tints of Persimmon #E94F14

RGB

 RED value IS 233 (91.41% from 255) = 70.18%

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 70.18%
G = 23.8%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E94F14 (or 0xE94F14) is known color: Persimmon. HEX triplet: E9, 4F and 14. RGB value is (233,79,20). Sum of RGB (Red+Green+Blue) = 233+79+20=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F14 is #16B0EB. Grayscale: #767676. Windows color (decimal): -1487084 or 1331177. OLE color: 1331177.

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

Color convert

RGB 233 79 20 -
CMYK 0 0.66 0.91 0.09
HSL 16.62º 0.84% 0.5% -
HSV(B) 16.62º 0.91% 0.91% -
XYZ 36.53 22.97 3.17 -
YUV 118.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 233 79 20 0 0.66 0.91 0.09 16.62 0.84 0.5
Hex E9 4F 14 0 42 5B 9 11 54 32
Octal 351 117 24 0 102 133 11 21 124 62
Binary 11101001 1001111 10100 0 1000010 1011011 1001 10001 1010100 110010

Color Harmonies of #E94F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F14

Black with #E94F14

Text Example


Text Example

White with #E94F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F14; }

 p { color: rgb(233,79,20); }

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

background-color css

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

 a { background-color: rgb(233,79,20); }

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

border-color css

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

 span { border-color: rgb(233,79,20); }

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