Html Css Color HEX #EB6413 Persimmon

📋 copy color: '#EB6413'

red 235 ◦ green 100 ◦ blue 19

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

Shades of Persimmon #EB6413

Tints of Persimmon #EB6413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 66.38%
G = 28.25%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB6413 (or 0xEB6413) is known color: Persimmon. HEX triplet: EB, 64 and 13. RGB value is (235,100,19). Sum of RGB (Red+Green+Blue) = 235+100+19=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6413 is #149BEC. Grayscale: #838383. Windows color (decimal): -1350637 or 1271019. OLE color: 1271019.

HSL color Cylindrical-coordinate representation of color #EB6413: hue angle of 22.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB6413 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 19 -
CMYK 0 0.57 0.92 0.08
HSL 22.5º 0.85% 0.5% -
HSV(B) 22.5º 0.92% 0.92% -
XYZ 38.94 26.82 3.74 -
YUV 131.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 235 100 19 0 0.57 0.92 0.08 22.5 0.85 0.5
Hex EB 64 13 0 39 5C 8 16 55 32
Octal 353 144 23 0 71 134 10 26 125 62
Binary 11101011 1100100 10011 0 111001 1011100 1000 10110 1010101 110010

Color Harmonies of #EB6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6413

Black with #EB6413

Text Example


Text Example

White with #EB6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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