Html Css Color HEX #EB5300 Persimmon

📋 copy color: '#EB5300'

red 235 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #EB5300

Tints of Persimmon #EB5300

RGB

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

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

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

R = 73.9%
G = 26.1%
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

#EB5300 (or 0xEB5300) is known color: Persimmon. HEX triplet: EB, 53 and 00. RGB value is (235,83,0). Sum of RGB (Red+Green+Blue) = 235+83+0=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5300 is #14ACFF. Grayscale: #777777. Windows color (decimal): -1355008 or 21483. OLE color: 21483.

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

Color convert

RGB 235 83 0 -
CMYK 0 0.65 1 0.08
HSL 21.19º 1% 0.46% -
HSV(B) 21.19º 1% 0.92% -
XYZ 37.35 23.85 2.63 -
YUV 118.99 60.86 210.75 -
System Red Green Blue C M Y K H S L
Decimal 235 83 0 0 0.65 1 0.08 21.19 1 0.46
Hex EB 53 0 0 41 64 8 15 64 2E
Octal 353 123 0 0 101 144 10 25 144 56
Binary 11101011 1010011 0 0 1000001 1100100 1000 10101 1100100 101110

Color Harmonies of #EB5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5300

Black with #EB5300

Text Example


Text Example

White with #EB5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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