Html Css Color HEX #E94C0F Persimmon

📋 copy color: '#E94C0F'

red 233 ◦ green 76 ◦ blue 15

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

Shades of Persimmon #E94C0F

Tints of Persimmon #E94C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.46%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 71.91%
G = 23.46%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E94C0F (or 0xE94C0F) is known color: Persimmon. HEX triplet: E9, 4C and 0F. RGB value is (233,76,15). Sum of RGB (Red+Green+Blue) = 233+76+15=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C0F is #16B3F0. Grayscale: #747474. Windows color (decimal): -1487857 or 1002729. OLE color: 1002729.

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

Color convert

RGB 233 76 15 -
CMYK 0 0.67 0.94 0.09
HSL 16.79º 0.88% 0.49% -
HSV(B) 16.79º 0.94% 0.91% -
XYZ 36.27 22.53 2.89 -
YUV 115.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 233 76 15 0 0.67 0.94 0.09 16.79 0.88 0.49
Hex E9 4C F 0 43 5E 9 11 58 31
Octal 351 114 17 0 103 136 11 21 130 61
Binary 11101001 1001100 1111 0 1000011 1011110 1001 10001 1011000 110001

Color Harmonies of #E94C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C0F

Black with #E94C0F

Text Example


Text Example

White with #E94C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C0F; }

 p { color: rgb(233,76,15); }

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

background-color css

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

 a { background-color: rgb(233,76,15); }

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

border-color css

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

 span { border-color: rgb(233,76,15); }

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