Html Css Color HEX #EB521A Persimmon

📋 copy color: '#EB521A'

red 235 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #EB521A

Tints of Persimmon #EB521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 68.51%
G = 23.91%
B = 7.58%

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

#EB521A (or 0xEB521A) is known color: Persimmon. HEX triplet: EB, 52 and 1A. RGB value is (235,82,26). Sum of RGB (Red+Green+Blue) = 235+82+26=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB521A is #14ADE5. Grayscale: #797979. Windows color (decimal): -1355238 or 1725163. OLE color: 1725163.

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

Color convert

RGB 235 82 26 -
CMYK 0 0.65 0.89 0.08
HSL 16.08º 0.84% 0.51% -
HSV(B) 16.08º 0.89% 0.92% -
XYZ 37.46 23.77 3.59 -
YUV 121.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 235 82 26 0 0.65 0.89 0.08 16.08 0.84 0.51
Hex EB 52 1A 0 41 59 8 10 54 33
Octal 353 122 32 0 101 131 10 20 124 63
Binary 11101011 1010010 11010 0 1000001 1011001 1000 10000 1010100 110011

Color Harmonies of #EB521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB521A

Black with #EB521A

Text Example


Text Example

White with #EB521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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