Html Css Color HEX #E94F04 Persimmon

📋 copy color: '#E94F04'

red 233 ◦ green 79 ◦ blue 4

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

Shades of Persimmon #E94F04

Tints of Persimmon #E94F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 73.73%
G = 25%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E94F04 (or 0xE94F04) is known color: Persimmon. HEX triplet: E9, 4F and 04. RGB value is (233,79,4). Sum of RGB (Red+Green+Blue) = 233+79+4=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F04 is #16B0FB. Grayscale: #747474. Windows color (decimal): -1487100 or 282601. OLE color: 282601.

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

Color convert

RGB 233 79 4 -
CMYK 0 0.66 0.98 0.09
HSL 19.65º 0.97% 0.46% -
HSV(B) 19.65º 0.98% 0.91% -
XYZ 36.42 22.92 2.62 -
YUV 116.5 64.52 211.1 -
System Red Green Blue C M Y K H S L
Decimal 233 79 4 0 0.66 0.98 0.09 19.65 0.97 0.46
Hex E9 4F 4 0 42 62 9 14 61 2E
Octal 351 117 4 0 102 142 11 24 141 56
Binary 11101001 1001111 100 0 1000010 1100010 1001 10100 1100001 101110

Color Harmonies of #E94F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F04

Black with #E94F04

Text Example


Text Example

White with #E94F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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