Html Css Color HEX #EB551C Persimmon

📋 copy color: '#EB551C'

red 235 ◦ green 85 ◦ blue 28

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

Shades of Persimmon #EB551C

Tints of Persimmon #EB551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 67.53%
G = 24.43%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB551C (or 0xEB551C) is known color: Persimmon. HEX triplet: EB, 55 and 1C. RGB value is (235,85,28). Sum of RGB (Red+Green+Blue) = 235+85+28=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB551C is #14AAE3. Grayscale: #7B7B7B. Windows color (decimal): -1354468 or 1857003. OLE color: 1857003.

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

Color convert

RGB 235 85 28 -
CMYK 0 0.64 0.88 0.08
HSL 16.52º 0.84% 0.52% -
HSV(B) 16.52º 0.88% 0.92% -
XYZ 37.72 24.24 3.79 -
YUV 123.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 235 85 28 0 0.64 0.88 0.08 16.52 0.84 0.52
Hex EB 55 1C 0 40 58 8 11 54 34
Octal 353 125 34 0 100 130 10 21 124 64
Binary 11101011 1010101 11100 0 1000000 1011000 1000 10001 1010100 110100

Color Harmonies of #EB551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB551C

Black with #EB551C

Text Example


Text Example

White with #EB551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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