Html Css Color HEX #EB561D Persimmon

📋 copy color: '#EB561D'

red 235 ◦ green 86 ◦ blue 29

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

Shades of Persimmon #EB561D

Tints of Persimmon #EB561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 67.14%
G = 24.57%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB561D (or 0xEB561D) is known color: Persimmon. HEX triplet: EB, 56 and 1D. RGB value is (235,86,29). Sum of RGB (Red+Green+Blue) = 235+86+29=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB561D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB561D is #14A9E2. Grayscale: #7C7C7C. Windows color (decimal): -1354211 or 1922795. OLE color: 1922795.

HSL color Cylindrical-coordinate representation of color #EB561D: hue angle of 16.6º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB561D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 86 29 -
CMYK 0 0.63 0.88 0.08
HSL 16.6º 0.84% 0.52% -
HSV(B) 16.6º 0.88% 0.92% -
XYZ 37.81 24.41 3.88 -
YUV 124.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 235 86 29 0 0.63 0.88 0.08 16.6 0.84 0.52
Hex EB 56 1D 0 3F 58 8 11 54 34
Octal 353 126 35 0 77 130 10 21 124 64
Binary 11101011 1010110 11101 0 111111 1011000 1000 10001 1010100 110100

Color Harmonies of #EB561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB561D

Black with #EB561D

Text Example


Text Example

White with #EB561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB561D; }

 p { color: rgb(235,86,29); }

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

background-color css

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

 a { background-color: rgb(235,86,29); }

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

border-color css

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

 span { border-color: rgb(235,86,29); }

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