Html Css Color HEX #ED540C Persimmon

📋 copy color: '#ED540C'

red 237 ◦ green 84 ◦ blue 12

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

Shades of Persimmon #ED540C

Tints of Persimmon #ED540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 71.17%
G = 25.23%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED540C (or 0xED540C) is known color: Persimmon. HEX triplet: ED, 54 and 0C. RGB value is (237,84,12). Sum of RGB (Red+Green+Blue) = 237+84+12=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED540C is #12ABF3. Grayscale: #797979. Windows color (decimal): -1223668 or 808173. OLE color: 808173.

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

Color convert

RGB 237 84 12 -
CMYK 0 0.65 0.95 0.07
HSL 19.2º 0.9% 0.49% -
HSV(B) 19.2º 0.95% 0.93% -
XYZ 38.16 24.37 3.04 -
YUV 121.54 66.19 210.35 -
System Red Green Blue C M Y K H S L
Decimal 237 84 12 0 0.65 0.95 0.07 19.2 0.9 0.49
Hex ED 54 C 0 41 5F 7 13 5A 31
Octal 355 124 14 0 101 137 7 23 132 61
Binary 11101101 1010100 1100 0 1000001 1011111 111 10011 1011010 110001

Color Harmonies of #ED540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED540C

Black with #ED540C

Text Example


Text Example

White with #ED540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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