Html Css Color HEX #EB511B Persimmon

📋 copy color: '#EB511B'

red 235 ◦ green 81 ◦ blue 27

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

Shades of Persimmon #EB511B

Tints of Persimmon #EB511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

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

R = 68.51%
G = 23.62%
B = 7.87%

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

#EB511B (or 0xEB511B) is known color: Persimmon. HEX triplet: EB, 51 and 1B. RGB value is (235,81,27). Sum of RGB (Red+Green+Blue) = 235+81+27=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB511B is #14AEE4. Grayscale: #797979. Windows color (decimal): -1355493 or 1790443. OLE color: 1790443.

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

Color convert

RGB 235 81 27 -
CMYK 0 0.66 0.89 0.08
HSL 15.58º 0.84% 0.51% -
HSV(B) 15.58º 0.89% 0.92% -
XYZ 37.4 23.63 3.63 -
YUV 120.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 235 81 27 0 0.66 0.89 0.08 15.58 0.84 0.51
Hex EB 51 1B 0 42 59 8 10 54 33
Octal 353 121 33 0 102 131 10 20 124 63
Binary 11101011 1010001 11011 0 1000010 1011001 1000 10000 1010100 110011

Color Harmonies of #EB511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB511B

Black with #EB511B

Text Example


Text Example

White with #EB511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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