Html Css Color HEX #EB531D Persimmon

📋 copy color: '#EB531D'

red 235 ◦ green 83 ◦ blue 29

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

Shades of Persimmon #EB531D

Tints of Persimmon #EB531D

RGB

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

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

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

R = 67.72%
G = 23.92%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB531D (or 0xEB531D) is known color: Persimmon. HEX triplet: EB, 53 and 1D. RGB value is (235,83,29). Sum of RGB (Red+Green+Blue) = 235+83+29=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB531D is #14ACE2. Grayscale: #7A7A7A. Windows color (decimal): -1354979 or 1922027. OLE color: 1922027.

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

Color convert

RGB 235 83 29 -
CMYK 0 0.65 0.88 0.08
HSL 15.73º 0.84% 0.52% -
HSV(B) 15.73º 0.88% 0.92% -
XYZ 37.58 23.94 3.8 -
YUV 122.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 235 83 29 0 0.65 0.88 0.08 15.73 0.84 0.52
Hex EB 53 1D 0 41 58 8 10 54 34
Octal 353 123 35 0 101 130 10 20 124 64
Binary 11101011 1010011 11101 0 1000001 1011000 1000 10000 1010100 110100

Color Harmonies of #EB531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB531D

Black with #EB531D

Text Example


Text Example

White with #EB531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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