Html Css Color HEX #E94C0E Persimmon

📋 copy color: '#E94C0E'

red 233 ◦ green 76 ◦ blue 14

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

Shades of Persimmon #E94C0E

Tints of Persimmon #E94C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 14 (5.86% from 255) = 4.33%

R = 72.14%
G = 23.53%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E94C0E (or 0xE94C0E) is known color: Persimmon. HEX triplet: E9, 4C and 0E. RGB value is (233,76,14). Sum of RGB (Red+Green+Blue) = 233+76+14=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C0E is #16B3F1. Grayscale: #747474. Windows color (decimal): -1487858 or 937193. OLE color: 937193.

HSL color Cylindrical-coordinate representation of color #E94C0E: hue angle of 16.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E94C0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 76 14 -
CMYK 0 0.67 0.94 0.09
HSL 16.99º 0.89% 0.48% -
HSV(B) 16.99º 0.94% 0.91% -
XYZ 36.27 22.52 2.85 -
YUV 115.88 70.51 211.54 -
System Red Green Blue C M Y K H S L
Decimal 233 76 14 0 0.67 0.94 0.09 16.99 0.89 0.48
Hex E9 4C E 0 43 5E 9 11 59 30
Octal 351 114 16 0 103 136 11 21 131 60
Binary 11101001 1001100 1110 0 1000011 1011110 1001 10001 1011001 110000

Color Harmonies of #E94C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C0E

Black with #E94C0E

Text Example


Text Example

White with #E94C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C0E; }

 p { color: rgb(233,76,14); }

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

background-color css

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

 a { background-color: rgb(233,76,14); }

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

border-color css

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

 span { border-color: rgb(233,76,14); }

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