Html Css Color HEX #EB4811 Persimmon

📋 copy color: '#EB4811'

red 235 ◦ green 72 ◦ blue 17

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

Shades of Persimmon #EB4811

Tints of Persimmon #EB4811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 72.53%
G = 22.22%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB4811 (or 0xEB4811) is known color: Persimmon. HEX triplet: EB, 48 and 11. RGB value is (235,72,17). Sum of RGB (Red+Green+Blue) = 235+72+17=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4811 is #14B7EE. Grayscale: #727272. Windows color (decimal): -1357807 or 1132779. OLE color: 1132779.

HSL color Cylindrical-coordinate representation of color #EB4811: hue angle of 15.14º 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 #EB4811 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 72 17 -
CMYK 0 0.69 0.93 0.08
HSL 15.14º 0.87% 0.49% -
HSV(B) 15.14º 0.93% 0.92% -
XYZ 36.68 22.34 2.91 -
YUV 114.47 73 213.97 -
System Red Green Blue C M Y K H S L
Decimal 235 72 17 0 0.69 0.93 0.08 15.14 0.87 0.49
Hex EB 48 11 0 45 5D 8 F 57 31
Octal 353 110 21 0 105 135 10 17 127 61
Binary 11101011 1001000 10001 0 1000101 1011101 1000 1111 1010111 110001

Color Harmonies of #EB4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4811

Black with #EB4811

Text Example


Text Example

White with #EB4811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4811; }

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

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

background-color css

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

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

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

border-color css

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

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

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