Html Css Color HEX #E94A16 Persimmon

📋 copy color: '#E94A16'

red 233 ◦ green 74 ◦ blue 22

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

Shades of Persimmon #E94A16

Tints of Persimmon #E94A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 70.82%
G = 22.49%
B = 6.69%

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

#E94A16 (or 0xE94A16) is known color: Persimmon. HEX triplet: E9, 4A and 16. RGB value is (233,74,22). Sum of RGB (Red+Green+Blue) = 233+74+22=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A16 is #16B5E9. Grayscale: #737373. Windows color (decimal): -1488362 or 1460969. OLE color: 1460969.

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

Color convert

RGB 233 74 22 -
CMYK 0 0.68 0.91 0.09
HSL 14.79º 0.83% 0.5% -
HSV(B) 14.79º 0.91% 0.91% -
XYZ 36.2 22.28 3.15 -
YUV 115.61 75.18 211.73 -
System Red Green Blue C M Y K H S L
Decimal 233 74 22 0 0.68 0.91 0.09 14.79 0.83 0.5
Hex E9 4A 16 0 44 5B 9 F 53 32
Octal 351 112 26 0 104 133 11 17 123 62
Binary 11101001 1001010 10110 0 1000100 1011011 1001 1111 1010011 110010

Color Harmonies of #E94A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A16

Black with #E94A16

Text Example


Text Example

White with #E94A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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