Html Css Color HEX #E94F16 Persimmon

📋 copy color: '#E94F16'

red 233 ◦ green 79 ◦ blue 22

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

Shades of Persimmon #E94F16

Tints of Persimmon #E94F16

RGB

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

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

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

R = 69.76%
G = 23.65%
B = 6.59%

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

#E94F16 (or 0xE94F16) is known color: Persimmon. HEX triplet: E9, 4F and 16. RGB value is (233,79,22). Sum of RGB (Red+Green+Blue) = 233+79+22=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F16 is #16B0E9. Grayscale: #767676. Windows color (decimal): -1487082 or 1462249. OLE color: 1462249.

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

Color convert

RGB 233 79 22 -
CMYK 0 0.66 0.91 0.09
HSL 16.21º 0.83% 0.5% -
HSV(B) 16.21º 0.91% 0.91% -
XYZ 36.55 22.97 3.27 -
YUV 118.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 233 79 22 0 0.66 0.91 0.09 16.21 0.83 0.5
Hex E9 4F 16 0 42 5B 9 10 53 32
Octal 351 117 26 0 102 133 11 20 123 62
Binary 11101001 1001111 10110 0 1000010 1011011 1001 10000 1010011 110010

Color Harmonies of #E94F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F16

Black with #E94F16

Text Example


Text Example

White with #E94F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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