Html Css Color HEX #EB6211 Persimmon

📋 copy color: '#EB6211'

red 235 ◦ green 98 ◦ blue 17

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

Shades of Persimmon #EB6211

Tints of Persimmon #EB6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 67.14%
G = 28%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB6211 (or 0xEB6211) is known color: Persimmon. HEX triplet: EB, 62 and 11. RGB value is (235,98,17). Sum of RGB (Red+Green+Blue) = 235+98+17=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6211 is #149DEE. Grayscale: #828282. Windows color (decimal): -1351151 or 1139435. OLE color: 1139435.

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

Color convert

RGB 235 98 17 -
CMYK 0 0.58 0.93 0.08
HSL 22.29º 0.87% 0.49% -
HSV(B) 22.29º 0.93% 0.92% -
XYZ 38.73 26.44 3.59 -
YUV 129.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 235 98 17 0 0.58 0.93 0.08 22.29 0.87 0.49
Hex EB 62 11 0 3A 5D 8 16 57 31
Octal 353 142 21 0 72 135 10 26 127 61
Binary 11101011 1100010 10001 0 111010 1011101 1000 10110 1010111 110001

Color Harmonies of #EB6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6211

Black with #EB6211

Text Example


Text Example

White with #EB6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6211; }

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

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

background-color css

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

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

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

border-color css

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

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

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