Html Css Color HEX #EB4E11 Persimmon

📋 copy color: '#EB4E11'

red 235 ◦ green 78 ◦ blue 17

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

Shades of Persimmon #EB4E11

Tints of Persimmon #EB4E11

RGB

 RED value IS 235 (92.19% from 255) = 71.21%

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 71.21%
G = 23.64%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB4E11 (or 0xEB4E11) is known color: Persimmon. HEX triplet: EB, 4E and 11. RGB value is (235,78,17). Sum of RGB (Red+Green+Blue) = 235+78+17=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4E11 is #14B1EE. Grayscale: #767676. Windows color (decimal): -1356271 or 1134315. OLE color: 1134315.

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

Color convert

RGB 235 78 17 -
CMYK 0 0.67 0.93 0.08
HSL 16.79º 0.87% 0.49% -
HSV(B) 16.79º 0.93% 0.92% -
XYZ 37.09 23.15 3.04 -
YUV 117.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 235 78 17 0 0.67 0.93 0.08 16.79 0.87 0.49
Hex EB 4E 11 0 43 5D 8 11 57 31
Octal 353 116 21 0 103 135 10 21 127 61
Binary 11101011 1001110 10001 0 1000011 1011101 1000 10001 1010111 110001

Color Harmonies of #EB4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E11

Black with #EB4E11

Text Example


Text Example

White with #EB4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E11; }

 p { color: rgb(235,78,17); }

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

background-color css

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

 a { background-color: rgb(235,78,17); }

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

border-color css

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

 span { border-color: rgb(235,78,17); }

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