Html Css Color HEX #EB541C Persimmon

📋 copy color: '#EB541C'

red 235 ◦ green 84 ◦ blue 28

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

Shades of Persimmon #EB541C

Tints of Persimmon #EB541C

RGB

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

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

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

R = 67.72%
G = 24.21%
B = 8.07%

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

#EB541C (or 0xEB541C) is known color: Persimmon. HEX triplet: EB, 54 and 1C. RGB value is (235,84,28). Sum of RGB (Red+Green+Blue) = 235+84+28=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB541C is #14ABE3. Grayscale: #7B7B7B. Windows color (decimal): -1354724 or 1856747. OLE color: 1856747.

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

Color convert

RGB 235 84 28 -
CMYK 0 0.64 0.88 0.08
HSL 16.23º 0.84% 0.52% -
HSV(B) 16.23º 0.88% 0.92% -
XYZ 37.64 24.09 3.76 -
YUV 122.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 235 84 28 0 0.64 0.88 0.08 16.23 0.84 0.52
Hex EB 54 1C 0 40 58 8 10 54 34
Octal 353 124 34 0 100 130 10 20 124 64
Binary 11101011 1010100 11100 0 1000000 1011000 1000 10000 1010100 110100

Color Harmonies of #EB541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB541C

Black with #EB541C

Text Example


Text Example

White with #EB541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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