Html Css Color HEX #EB501C Persimmon

📋 copy color: '#EB501C'

red 235 ◦ green 80 ◦ blue 28

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

Shades of Persimmon #EB501C

Tints of Persimmon #EB501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 68.51%
G = 23.32%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB501C (or 0xEB501C) is known color: Persimmon. HEX triplet: EB, 50 and 1C. RGB value is (235,80,28). Sum of RGB (Red+Green+Blue) = 235+80+28=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB501C is #14AFE3. Grayscale: #787878. Windows color (decimal): -1355748 or 1855723. OLE color: 1855723.

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

Color convert

RGB 235 80 28 -
CMYK 0 0.66 0.88 0.08
HSL 15.07º 0.84% 0.52% -
HSV(B) 15.07º 0.88% 0.92% -
XYZ 37.34 23.48 3.66 -
YUV 120.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 235 80 28 0 0.66 0.88 0.08 15.07 0.84 0.52
Hex EB 50 1C 0 42 58 8 F 54 34
Octal 353 120 34 0 102 130 10 17 124 64
Binary 11101011 1010000 11100 0 1000010 1011000 1000 1111 1010100 110100

Color Harmonies of #EB501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB501C

Black with #EB501C

Text Example


Text Example

White with #EB501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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