Html Css Color HEX #EB4911 Persimmon

📋 copy color: '#EB4911'

red 235 ◦ green 73 ◦ blue 17

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

Shades of Persimmon #EB4911

Tints of Persimmon #EB4911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 72.31%
G = 22.46%
B = 5.23%

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

#EB4911 (or 0xEB4911) is known color: Persimmon. HEX triplet: EB, 49 and 11. RGB value is (235,73,17). Sum of RGB (Red+Green+Blue) = 235+73+17=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4911 is #14B6EE. Grayscale: #737373. Windows color (decimal): -1357551 or 1133035. OLE color: 1133035.

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

Color convert

RGB 235 73 17 -
CMYK 0 0.69 0.93 0.08
HSL 15.41º 0.87% 0.49% -
HSV(B) 15.41º 0.93% 0.92% -
XYZ 36.74 22.47 2.93 -
YUV 115.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 235 73 17 0 0.69 0.93 0.08 15.41 0.87 0.49
Hex EB 49 11 0 45 5D 8 F 57 31
Octal 353 111 21 0 105 135 10 17 127 61
Binary 11101011 1001001 10001 0 1000101 1011101 1000 1111 1010111 110001

Color Harmonies of #EB4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4911

Black with #EB4911

Text Example


Text Example

White with #EB4911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4911; }

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

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

background-color css

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

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

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

border-color css

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

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

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