Html Css Color HEX #E94A14 Persimmon

📋 copy color: '#E94A14'

red 233 ◦ green 74 ◦ blue 20

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

Shades of Persimmon #E94A14

Tints of Persimmon #E94A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.63%

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

R = 71.25%
G = 22.63%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E94A14 (or 0xE94A14) is known color: Persimmon. HEX triplet: E9, 4A and 14. RGB value is (233,74,20). Sum of RGB (Red+Green+Blue) = 233+74+20=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A14 is #16B5EB. Grayscale: #737373. Windows color (decimal): -1488364 or 1329897. OLE color: 1329897.

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

Color convert

RGB 233 74 20 -
CMYK 0 0.68 0.91 0.09
HSL 15.21º 0.84% 0.5% -
HSV(B) 15.21º 0.91% 0.91% -
XYZ 36.18 22.27 3.05 -
YUV 115.39 74.18 211.89 -
System Red Green Blue C M Y K H S L
Decimal 233 74 20 0 0.68 0.91 0.09 15.21 0.84 0.5
Hex E9 4A 14 0 44 5B 9 F 54 32
Octal 351 112 24 0 104 133 11 17 124 62
Binary 11101001 1001010 10100 0 1000100 1011011 1001 1111 1010100 110010

Color Harmonies of #E94A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A14

Black with #E94A14

Text Example


Text Example

White with #E94A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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