Html Css Color HEX #ED5400 Persimmon

📋 copy color: '#ED5400'

red 237 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #ED5400

Tints of Persimmon #ED5400

RGB

 RED value IS 237 (92.97% from 255) = 73.83%

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

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

R = 73.83%
G = 26.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED5400 (or 0xED5400) is known color: Persimmon. HEX triplet: ED, 54 and 00. RGB value is (237,84,0). Sum of RGB (Red+Green+Blue) = 237+84+0=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5400 is #12ABFF. Grayscale: #787878. Windows color (decimal): -1223680 or 21741. OLE color: 21741.

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

Color convert

RGB 237 84 0 -
CMYK 0 0.65 1 0.07
HSL 21.27º 1% 0.46% -
HSV(B) 21.27º 1% 0.93% -
XYZ 38.1 24.35 2.69 -
YUV 120.17 60.19 211.33 -
System Red Green Blue C M Y K H S L
Decimal 237 84 0 0 0.65 1 0.07 21.27 1 0.46
Hex ED 54 0 0 41 64 7 15 64 2E
Octal 355 124 0 0 101 144 7 25 144 56
Binary 11101101 1010100 0 0 1000001 1100100 111 10101 1100100 101110

Color Harmonies of #ED5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5400

Black with #ED5400

Text Example


Text Example

White with #ED5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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