Html Css Color HEX #ED4806 Persimmon

📋 copy color: '#ED4806'

red 237 ◦ green 72 ◦ blue 6

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

Shades of Persimmon #ED4806

Tints of Persimmon #ED4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 75.24%
G = 22.86%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4806 (or 0xED4806) is known color: Persimmon. HEX triplet: ED, 48 and 06. RGB value is (237,72,6). Sum of RGB (Red+Green+Blue) = 237+72+6=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4806 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4806 is #12B7F9. Grayscale: #727272. Windows color (decimal): -1226746 or 411885. OLE color: 411885.

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

Color convert

RGB 237 72 6 -
CMYK 0 0.70 0.97 0.07
HSL 17.14º 0.95% 0.48% -
HSV(B) 17.14º 0.97% 0.93% -
XYZ 37.28 22.65 2.58 -
YUV 113.81 67.16 215.87 -
System Red Green Blue C M Y K H S L
Decimal 237 72 6 0 0.70 0.97 0.07 17.14 0.95 0.48
Hex ED 48 6 0 46 61 7 11 5F 30
Octal 355 110 6 0 106 141 7 21 137 60
Binary 11101101 1001000 110 0 1000110 1100001 111 10001 1011111 110000

Color Harmonies of #ED4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4806

Black with #ED4806

Text Example


Text Example

White with #ED4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4806; }

 p { color: rgb(237,72,6); }

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

background-color css

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

 a { background-color: rgb(237,72,6); }

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

border-color css

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

 span { border-color: rgb(237,72,6); }

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