Html Css Color HEX #E94D14 Persimmon

📋 copy color: '#E94D14'

red 233 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #E94D14

Tints of Persimmon #E94D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

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

R = 70.61%
G = 23.33%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E94D14 (or 0xE94D14) is known color: Persimmon. HEX triplet: E9, 4D and 14. RGB value is (233,77,20). Sum of RGB (Red+Green+Blue) = 233+77+20=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D14 is #16B2EB. Grayscale: #757575. Windows color (decimal): -1487596 or 1330665. OLE color: 1330665.

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

Color convert

RGB 233 77 20 -
CMYK 0 0.67 0.91 0.09
HSL 16.06º 0.84% 0.5% -
HSV(B) 16.06º 0.91% 0.91% -
XYZ 36.38 22.68 3.12 -
YUV 117.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 233 77 20 0 0.67 0.91 0.09 16.06 0.84 0.5
Hex E9 4D 14 0 43 5B 9 10 54 32
Octal 351 115 24 0 103 133 11 20 124 62
Binary 11101001 1001101 10100 0 1000011 1011011 1001 10000 1010100 110010

Color Harmonies of #E94D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D14

Black with #E94D14

Text Example


Text Example

White with #E94D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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