Html Css Color HEX #ED5306 Persimmon

📋 copy color: '#ED5306'

red 237 ◦ green 83 ◦ blue 6

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

Shades of Persimmon #ED5306

Tints of Persimmon #ED5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 72.7%
G = 25.46%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED5306 (or 0xED5306) is known color: Persimmon. HEX triplet: ED, 53 and 06. RGB value is (237,83,6). Sum of RGB (Red+Green+Blue) = 237+83+6=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5306 is #12ACF9. Grayscale: #787878. Windows color (decimal): -1223930 or 414701. OLE color: 414701.

HSL color Cylindrical-coordinate representation of color #ED5306: hue angle of 20º 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 #ED5306 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 83 6 -
CMYK 0 0.65 0.97 0.07
HSL 20º 0.95% 0.48% -
HSV(B) 20º 0.97% 0.93% -
XYZ 38.05 24.2 2.84 -
YUV 120.27 63.52 211.26 -
System Red Green Blue C M Y K H S L
Decimal 237 83 6 0 0.65 0.97 0.07 20 0.95 0.48
Hex ED 53 6 0 41 61 7 14 5F 30
Octal 355 123 6 0 101 141 7 24 137 60
Binary 11101101 1010011 110 0 1000001 1100001 111 10100 1011111 110000

Color Harmonies of #ED5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5306

Black with #ED5306

Text Example


Text Example

White with #ED5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5306; }

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

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

background-color css

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

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

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

border-color css

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

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

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