Html Css Color HEX #EB501B Persimmon

📋 copy color: '#EB501B'

red 235 ◦ green 80 ◦ blue 27

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

Shades of Persimmon #EB501B

Tints of Persimmon #EB501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 68.71%
G = 23.39%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB501B (or 0xEB501B) is known color: Persimmon. HEX triplet: EB, 50 and 1B. RGB value is (235,80,27). Sum of RGB (Red+Green+Blue) = 235+80+27=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB501B is #14AFE4. Grayscale: #787878. Windows color (decimal): -1355749 or 1790187. OLE color: 1790187.

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

Color convert

RGB 235 80 27 -
CMYK 0 0.66 0.89 0.08
HSL 15.29º 0.84% 0.51% -
HSV(B) 15.29º 0.89% 0.92% -
XYZ 37.33 23.48 3.6 -
YUV 120.3 75.35 209.81 -
System Red Green Blue C M Y K H S L
Decimal 235 80 27 0 0.66 0.89 0.08 15.29 0.84 0.51
Hex EB 50 1B 0 42 59 8 F 54 33
Octal 353 120 33 0 102 131 10 17 124 63
Binary 11101011 1010000 11011 0 1000010 1011001 1000 1111 1010100 110011

Color Harmonies of #EB501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB501B

Black with #EB501B

Text Example


Text Example

White with #EB501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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