Html Css Color HEX #EB501A Persimmon

📋 copy color: '#EB501A'

red 235 ◦ green 80 ◦ blue 26

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

Shades of Persimmon #EB501A

Tints of Persimmon #EB501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 68.91%
G = 23.46%
B = 7.62%

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

#EB501A (or 0xEB501A) is known color: Persimmon. HEX triplet: EB, 50 and 1A. RGB value is (235,80,26). Sum of RGB (Red+Green+Blue) = 235+80+26=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB501A is #14AFE5. Grayscale: #787878. Windows color (decimal): -1355750 or 1724651. OLE color: 1724651.

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

Color convert

RGB 235 80 26 -
CMYK 0 0.66 0.89 0.08
HSL 15.5º 0.84% 0.51% -
HSV(B) 15.5º 0.89% 0.92% -
XYZ 37.32 23.47 3.54 -
YUV 120.19 74.85 209.89 -
System Red Green Blue C M Y K H S L
Decimal 235 80 26 0 0.66 0.89 0.08 15.5 0.84 0.51
Hex EB 50 1A 0 42 59 8 10 54 33
Octal 353 120 32 0 102 131 10 20 124 63
Binary 11101011 1010000 11010 0 1000010 1011001 1000 10000 1010100 110011

Color Harmonies of #EB501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB501A

Black with #EB501A

Text Example


Text Example

White with #EB501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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