Html Css Color HEX #EB5800 Persimmon

📋 copy color: '#EB5800'

red 235 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #EB5800

Tints of Persimmon #EB5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 72.76%
G = 27.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB5800 (or 0xEB5800) is known color: Persimmon. HEX triplet: EB, 58 and 00. RGB value is (235,88,0). Sum of RGB (Red+Green+Blue) = 235+88+0=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5800 is #14A7FF. Grayscale: #7A7A7A. Windows color (decimal): -1353728 or 22763. OLE color: 22763.

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

Color convert

RGB 235 88 0 -
CMYK 0 0.63 1 0.08
HSL 22.47º 1% 0.46% -
HSV(B) 22.47º 1% 0.92% -
XYZ 37.75 24.64 2.77 -
YUV 121.92 59.2 208.66 -
System Red Green Blue C M Y K H S L
Decimal 235 88 0 0 0.63 1 0.08 22.47 1 0.46
Hex EB 58 0 0 3F 64 8 16 64 2E
Octal 353 130 0 0 77 144 10 26 144 56
Binary 11101011 1011000 0 0 111111 1100100 1000 10110 1100100 101110

Color Harmonies of #EB5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5800

Black with #EB5800

Text Example


Text Example

White with #EB5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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