Html Css Color HEX #ED540F Persimmon

📋 copy color: '#ED540F'

red 237 ◦ green 84 ◦ blue 15

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

Shades of Persimmon #ED540F

Tints of Persimmon #ED540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 70.54%
G = 25%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED540F (or 0xED540F) is known color: Persimmon. HEX triplet: ED, 54 and 0F. RGB value is (237,84,15). Sum of RGB (Red+Green+Blue) = 237+84+15=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED540F is #12ABF0. Grayscale: #7A7A7A. Windows color (decimal): -1223665 or 1004781. OLE color: 1004781.

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

Color convert

RGB 237 84 15 -
CMYK 0 0.65 0.94 0.07
HSL 18.65º 0.88% 0.49% -
HSV(B) 18.65º 0.94% 0.93% -
XYZ 38.18 24.38 3.15 -
YUV 121.88 67.69 210.11 -
System Red Green Blue C M Y K H S L
Decimal 237 84 15 0 0.65 0.94 0.07 18.65 0.88 0.49
Hex ED 54 F 0 41 5E 7 13 58 31
Octal 355 124 17 0 101 136 7 23 130 61
Binary 11101101 1010100 1111 0 1000001 1011110 111 10011 1011000 110001

Color Harmonies of #ED540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED540F

Black with #ED540F

Text Example


Text Example

White with #ED540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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