Html Css Color HEX #E94B13 Persimmon

📋 copy color: '#E94B13'

red 233 ◦ green 75 ◦ blue 19

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

Shades of Persimmon #E94B13

Tints of Persimmon #E94B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 71.25%
G = 22.94%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E94B13 (or 0xE94B13) is known color: Persimmon. HEX triplet: E9, 4B and 13. RGB value is (233,75,19). Sum of RGB (Red+Green+Blue) = 233+75+19=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94B13 is #16B4EC. Grayscale: #747474. Windows color (decimal): -1488109 or 1264617. OLE color: 1264617.

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

Color convert

RGB 233 75 19 -
CMYK 0 0.68 0.92 0.09
HSL 15.7º 0.85% 0.49% -
HSV(B) 15.7º 0.92% 0.91% -
XYZ 36.24 22.4 3.03 -
YUV 115.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 233 75 19 0 0.68 0.92 0.09 15.7 0.85 0.49
Hex E9 4B 13 0 44 5C 9 10 55 31
Octal 351 113 23 0 104 134 11 20 125 61
Binary 11101001 1001011 10011 0 1000100 1011100 1001 10000 1010101 110001

Color Harmonies of #E94B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B13

Black with #E94B13

Text Example


Text Example

White with #E94B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B13; }

 p { color: rgb(233,75,19); }

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

background-color css

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

 a { background-color: rgb(233,75,19); }

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

border-color css

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

 span { border-color: rgb(233,75,19); }

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