Html Css Color HEX #EB5200 Persimmon

📋 copy color: '#EB5200'

red 235 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #EB5200

Tints of Persimmon #EB5200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.13%
G = 25.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB5200 (or 0xEB5200) is known color: Persimmon. HEX triplet: EB, 52 and 00. RGB value is (235,82,0). Sum of RGB (Red+Green+Blue) = 235+82+0=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5200 is #14ADFF. Grayscale: #767676. Windows color (decimal): -1355264 or 21227. OLE color: 21227.

HSL color Cylindrical-coordinate representation of color #EB5200: hue angle of 20.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB5200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 82 0 -
CMYK 0 0.65 1 0.08
HSL 20.94º 1% 0.46% -
HSV(B) 20.94º 1% 0.92% -
XYZ 37.28 23.7 2.61 -
YUV 118.4 61.19 211.17 -
System Red Green Blue C M Y K H S L
Decimal 235 82 0 0 0.65 1 0.08 20.94 1 0.46
Hex EB 52 0 0 41 64 8 15 64 2E
Octal 353 122 0 0 101 144 10 25 144 56
Binary 11101011 1010010 0 0 1000001 1100100 1000 10101 1100100 101110

Color Harmonies of #EB5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5200

Black with #EB5200

Text Example


Text Example

White with #EB5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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