Html Css Color HEX #EB5011 Persimmon

📋 copy color: '#EB5011'

red 235 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #EB5011

Tints of Persimmon #EB5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

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

R = 70.78%
G = 24.1%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB5011 (or 0xEB5011) is known color: Persimmon. HEX triplet: EB, 50 and 11. RGB value is (235,80,17). Sum of RGB (Red+Green+Blue) = 235+80+17=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5011 is #14AFEE. Grayscale: #777777. Windows color (decimal): -1355759 or 1134827. OLE color: 1134827.

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

Color convert

RGB 235 80 17 -
CMYK 0 0.66 0.93 0.08
HSL 17.34º 0.87% 0.49% -
HSV(B) 17.34º 0.93% 0.92% -
XYZ 37.23 23.44 3.09 -
YUV 119.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 235 80 17 0 0.66 0.93 0.08 17.34 0.87 0.49
Hex EB 50 11 0 42 5D 8 11 57 31
Octal 353 120 21 0 102 135 10 21 127 61
Binary 11101011 1010000 10001 0 1000010 1011101 1000 10001 1010111 110001

Color Harmonies of #EB5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5011

Black with #EB5011

Text Example


Text Example

White with #EB5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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