Html Css Color HEX #E94D04 Persimmon

📋 copy color: '#E94D04'

red 233 ◦ green 77 ◦ blue 4

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

Shades of Persimmon #E94D04

Tints of Persimmon #E94D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 74.2%
G = 24.52%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E94D04 (or 0xE94D04) is known color: Persimmon. HEX triplet: E9, 4D and 04. RGB value is (233,77,4). Sum of RGB (Red+Green+Blue) = 233+77+4=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94D04 is #16B2FB. Grayscale: #737373. Windows color (decimal): -1487612 or 282089. OLE color: 282089.

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

Color convert

RGB 233 77 4 -
CMYK 0 0.67 0.98 0.09
HSL 19.13º 0.97% 0.46% -
HSV(B) 19.13º 0.98% 0.91% -
XYZ 36.28 22.64 2.57 -
YUV 115.32 65.18 211.94 -
System Red Green Blue C M Y K H S L
Decimal 233 77 4 0 0.67 0.98 0.09 19.13 0.97 0.46
Hex E9 4D 4 0 43 62 9 13 61 2E
Octal 351 115 4 0 103 142 11 23 141 56
Binary 11101001 1001101 100 0 1000011 1100010 1001 10011 1100001 101110

Color Harmonies of #E94D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D04

Black with #E94D04

Text Example


Text Example

White with #E94D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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