Html Css Color HEX #EB531B Persimmon

📋 copy color: '#EB531B'

red 235 ◦ green 83 ◦ blue 27

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

Shades of Persimmon #EB531B

Tints of Persimmon #EB531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 68.12%
G = 24.06%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB531B (or 0xEB531B) is known color: Persimmon. HEX triplet: EB, 53 and 1B. RGB value is (235,83,27). Sum of RGB (Red+Green+Blue) = 235+83+27=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB531B is #14ACE4. Grayscale: #7A7A7A. Windows color (decimal): -1354981 or 1790955. OLE color: 1790955.

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

Color convert

RGB 235 83 27 -
CMYK 0 0.65 0.89 0.08
HSL 16.15º 0.84% 0.51% -
HSV(B) 16.15º 0.89% 0.92% -
XYZ 37.55 23.93 3.68 -
YUV 122.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 235 83 27 0 0.65 0.89 0.08 16.15 0.84 0.51
Hex EB 53 1B 0 41 59 8 10 54 33
Octal 353 123 33 0 101 131 10 20 124 63
Binary 11101011 1010011 11011 0 1000001 1011001 1000 10000 1010100 110011

Color Harmonies of #EB531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB531B

Black with #EB531B

Text Example


Text Example

White with #EB531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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