Html Css Color HEX #EB511D Persimmon

📋 copy color: '#EB511D'

red 235 ◦ green 81 ◦ blue 29

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

Shades of Persimmon #EB511D

Tints of Persimmon #EB511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 68.12%
G = 23.48%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB511D (or 0xEB511D) is known color: Persimmon. HEX triplet: EB, 51 and 1D. RGB value is (235,81,29). Sum of RGB (Red+Green+Blue) = 235+81+29=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB511D is #14AEE2. Grayscale: #797979. Windows color (decimal): -1355491 or 1921515. OLE color: 1921515.

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

Color convert

RGB 235 81 29 -
CMYK 0 0.66 0.88 0.08
HSL 15.15º 0.84% 0.52% -
HSV(B) 15.15º 0.88% 0.92% -
XYZ 37.43 23.64 3.75 -
YUV 121.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 235 81 29 0 0.66 0.88 0.08 15.15 0.84 0.52
Hex EB 51 1D 0 42 58 8 F 54 34
Octal 353 121 35 0 102 130 10 17 124 64
Binary 11101011 1010001 11101 0 1000010 1011000 1000 1111 1010100 110100

Color Harmonies of #EB511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB511D

Black with #EB511D

Text Example


Text Example

White with #EB511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB511D; }

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

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

background-color css

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

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

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

border-color css

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

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

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