Html Css Color HEX #EB541A Persimmon

📋 copy color: '#EB541A'

red 235 ◦ green 84 ◦ blue 26

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

Shades of Persimmon #EB541A

Tints of Persimmon #EB541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 68.12%
G = 24.35%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB541A (or 0xEB541A) is known color: Persimmon. HEX triplet: EB, 54 and 1A. RGB value is (235,84,26). Sum of RGB (Red+Green+Blue) = 235+84+26=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB541A is #14ABE5. Grayscale: #7A7A7A. Windows color (decimal): -1354726 or 1725675. OLE color: 1725675.

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

Color convert

RGB 235 84 26 -
CMYK 0 0.64 0.89 0.08
HSL 16.65º 0.84% 0.51% -
HSV(B) 16.65º 0.89% 0.92% -
XYZ 37.62 24.08 3.64 -
YUV 122.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 235 84 26 0 0.64 0.89 0.08 16.65 0.84 0.51
Hex EB 54 1A 0 40 59 8 11 54 33
Octal 353 124 32 0 100 131 10 21 124 63
Binary 11101011 1010100 11010 0 1000000 1011001 1000 10001 1010100 110011

Color Harmonies of #EB541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB541A

Black with #EB541A

Text Example


Text Example

White with #EB541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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