Html Css Color HEX #E94C00 Persimmon

📋 copy color: '#E94C00'

red 233 ◦ green 76 ◦ blue 0

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

Shades of Persimmon #E94C00

Tints of Persimmon #E94C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.4%
G = 24.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E94C00 (or 0xE94C00) is known color: Persimmon. HEX triplet: E9, 4C and 00. RGB value is (233,76,0). Sum of RGB (Red+Green+Blue) = 233+76+0=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94C00 is #16B3FF. Grayscale: #727272. Windows color (decimal): -1487872 or 19689. OLE color: 19689.

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

Color convert

RGB 233 76 0 -
CMYK 0 0.67 1 0.09
HSL 19.57º 1% 0.46% -
HSV(B) 19.57º 1% 0.91% -
XYZ 36.19 22.49 2.43 -
YUV 114.28 63.51 212.68 -
System Red Green Blue C M Y K H S L
Decimal 233 76 0 0 0.67 1 0.09 19.57 1 0.46
Hex E9 4C 0 0 43 64 9 14 64 2E
Octal 351 114 0 0 103 144 11 24 144 56
Binary 11101001 1001100 0 0 1000011 1100100 1001 10100 1100100 101110

Color Harmonies of #E94C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94C00

Black with #E94C00

Text Example


Text Example

White with #E94C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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