Html Css Color HEX #EB571C Persimmon

📋 copy color: '#EB571C'

red 235 ◦ green 87 ◦ blue 28

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

Shades of Persimmon #EB571C

Tints of Persimmon #EB571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 67.14%
G = 24.86%
B = 8%

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

#EB571C (or 0xEB571C) is known color: Persimmon. HEX triplet: EB, 57 and 1C. RGB value is (235,87,28). Sum of RGB (Red+Green+Blue) = 235+87+28=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB571C is #14A8E3. Grayscale: #7C7C7C. Windows color (decimal): -1353956 or 1857515. OLE color: 1857515.

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

Color convert

RGB 235 87 28 -
CMYK 0 0.63 0.88 0.08
HSL 17.1º 0.84% 0.52% -
HSV(B) 17.1º 0.88% 0.92% -
XYZ 37.88 24.56 3.84 -
YUV 124.53 73.53 206.8 -
System Red Green Blue C M Y K H S L
Decimal 235 87 28 0 0.63 0.88 0.08 17.1 0.84 0.52
Hex EB 57 1C 0 3F 58 8 11 54 34
Octal 353 127 34 0 77 130 10 21 124 64
Binary 11101011 1010111 11100 0 111111 1011000 1000 10001 1010100 110100

Color Harmonies of #EB571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB571C

Black with #EB571C

Text Example


Text Example

White with #EB571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB571C; }

 p { color: rgb(235,87,28); }

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

background-color css

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

 a { background-color: rgb(235,87,28); }

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

border-color css

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

 span { border-color: rgb(235,87,28); }

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