Html Css Color HEX #EB521D Persimmon

📋 copy color: '#EB521D'

red 235 ◦ green 82 ◦ blue 29

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

Shades of Persimmon #EB521D

Tints of Persimmon #EB521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 67.92%
G = 23.7%
B = 8.38%

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

#EB521D (or 0xEB521D) is known color: Persimmon. HEX triplet: EB, 52 and 1D. RGB value is (235,82,29). Sum of RGB (Red+Green+Blue) = 235+82+29=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB521D is #14ADE2. Grayscale: #7A7A7A. Windows color (decimal): -1355235 or 1921771. OLE color: 1921771.

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

Color convert

RGB 235 82 29 -
CMYK 0 0.65 0.88 0.08
HSL 15.44º 0.84% 0.52% -
HSV(B) 15.44º 0.88% 0.92% -
XYZ 37.5 23.79 3.78 -
YUV 121.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 235 82 29 0 0.65 0.88 0.08 15.44 0.84 0.52
Hex EB 52 1D 0 41 58 8 F 54 34
Octal 353 122 35 0 101 130 10 17 124 64
Binary 11101011 1010010 11101 0 1000001 1011000 1000 1111 1010100 110100

Color Harmonies of #EB521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB521D

Black with #EB521D

Text Example


Text Example

White with #EB521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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