Html Css Color HEX #EB6411 Persimmon

📋 copy color: '#EB6411'

red 235 ◦ green 100 ◦ blue 17

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

Shades of Persimmon #EB6411

Tints of Persimmon #EB6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 66.76%
G = 28.41%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB6411 (or 0xEB6411) is known color: Persimmon. HEX triplet: EB, 64 and 11. RGB value is (235,100,17). Sum of RGB (Red+Green+Blue) = 235+100+17=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6411 is #149BEE. Grayscale: #838383. Windows color (decimal): -1350639 or 1139947. OLE color: 1139947.

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

Color convert

RGB 235 100 17 -
CMYK 0 0.57 0.93 0.08
HSL 22.84º 0.87% 0.49% -
HSV(B) 22.84º 0.93% 0.92% -
XYZ 38.92 26.82 3.66 -
YUV 130.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 235 100 17 0 0.57 0.93 0.08 22.84 0.87 0.49
Hex EB 64 11 0 39 5D 8 17 57 31
Octal 353 144 21 0 71 135 10 27 127 61
Binary 11101011 1100100 10001 0 111001 1011101 1000 10111 1010111 110001

Color Harmonies of #EB6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6411

Black with #EB6411

Text Example


Text Example

White with #EB6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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