Html Css Color HEX #E94F10 Persimmon

📋 copy color: '#E94F10'

red 233 ◦ green 79 ◦ blue 16

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

Shades of Persimmon #E94F10

Tints of Persimmon #E94F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 71.04%
G = 24.09%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E94F10 (or 0xE94F10) is known color: Persimmon. HEX triplet: E9, 4F and 10. RGB value is (233,79,16). Sum of RGB (Red+Green+Blue) = 233+79+16=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F10 is #16B0EF. Grayscale: #767676. Windows color (decimal): -1487088 or 1069033. OLE color: 1069033.

HSL color Cylindrical-coordinate representation of color #E94F10: hue angle of 17.42º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94F10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 79 16 -
CMYK 0 0.66 0.93 0.09
HSL 17.42º 0.87% 0.49% -
HSV(B) 17.42º 0.93% 0.91% -
XYZ 36.49 22.95 3 -
YUV 117.86 70.52 210.12 -
System Red Green Blue C M Y K H S L
Decimal 233 79 16 0 0.66 0.93 0.09 17.42 0.87 0.49
Hex E9 4F 10 0 42 5D 9 11 57 31
Octal 351 117 20 0 102 135 11 21 127 61
Binary 11101001 1001111 10000 0 1000010 1011101 1001 10001 1010111 110001

Color Harmonies of #E94F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F10

Black with #E94F10

Text Example


Text Example

White with #E94F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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