Html Css Color HEX #EB5400 Persimmon

📋 copy color: '#EB5400'

red 235 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #EB5400

Tints of Persimmon #EB5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 73.67%
G = 26.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB5400 (or 0xEB5400) is known color: Persimmon. HEX triplet: EB, 54 and 00. RGB value is (235,84,0). Sum of RGB (Red+Green+Blue) = 235+84+0=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5400 is #14ABFF. Grayscale: #787878. Windows color (decimal): -1354752 or 21739. OLE color: 21739.

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

Color convert

RGB 235 84 0 -
CMYK 0 0.64 1 0.08
HSL 21.45º 1% 0.46% -
HSV(B) 21.45º 1% 0.92% -
XYZ 37.43 24 2.66 -
YUV 119.57 60.53 210.33 -
System Red Green Blue C M Y K H S L
Decimal 235 84 0 0 0.64 1 0.08 21.45 1 0.46
Hex EB 54 0 0 40 64 8 15 64 2E
Octal 353 124 0 0 100 144 10 25 144 56
Binary 11101011 1010100 0 0 1000000 1100100 1000 10101 1100100 101110

Color Harmonies of #EB5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5400

Black with #EB5400

Text Example


Text Example

White with #EB5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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